keymaps: Add dvorak-programmer
I left the numpad the same as qwerty because I don't have a keyborad with a numpad and don't know if those keys change or not.
This commit is contained in:
parent
9194a97cbe
commit
c909f7001c
Notes:
sideshowbarker
2024-07-19 17:29:24 +09:00
Author: https://github.com/kkuehlz 🔰 Commit: https://github.com/SerenityOS/serenity/commit/c909f7001ce Pull-request: https://github.com/SerenityOS/serenity/pull/5462
1 changed files with 5 additions and 0 deletions
5
Base/res/keymaps/dvorak-programmer.json
Normal file
5
Base/res/keymaps/dvorak-programmer.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"map": [ "", "\u001B", "&", "[", "{", "}", "(", "=", "*", ")", "+", "]", "!", "#", "\b", "\t", ";", ",", ".", "p", "y", "f", "g", "c", "r", "l", "/", "@", "\n", "", "a", "o", "e", "u", "i", "d", "h", "t", "n", "s", "-", "$", "", "\\", "'", "q", "j", "k", "x", "b", "m", "w", "v", "z", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ".", "", "", "\\", "", "", ""],
|
||||
"shift_map": [ "", "\u001B", "%", "7", "5", "3", "1", "9", "0", "2", "4", "6", "8", "`", "\b", "\t",":", "<", ">", "P", "Y", "F", "G", "C", "R", "L", "?", "^", "\n", "", "A", "O", "E", "U", "I", "D", "H", "T", "N", "S", "_", "~", "", "|", "\"", "Q", "J", "K", "X", "B", "M", "W", "V", "Z", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ".", "", "", "|", "", "", ""],
|
||||
"alt_map": [ "", "\u001B", "&", "[", "{", "}", "(", "=", "*", ")", "+", "]", "!", "#", "\b", "\t", ";", ",", ".", "p", "y", "f", "g", "c", "r", "l", "/", "@", "\n", "", "a", "o", "e", "u", "i", "d", "h", "t", "n", "s", "-", "$", "", "\\", "'", "q", "j", "k", "x", "b", "m", "w", "v", "z", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ".", "", "", "\\", "", "", ""]
|
||||
}
|
Loading…
Add table
Reference in a new issue