Keymap: Add a US Dvorak keyboard layout
It is yet undecided how to name regional variants.
This commit is contained in:
parent
731abd9978
commit
66794d51ef
Notes:
sideshowbarker
2024-07-19 08:17:20 +09:00
Author: https://github.com/pjanx 🔰 Commit: https://github.com/SerenityOS/serenity/commit/66794d51ef3 Pull-request: https://github.com/SerenityOS/serenity/pull/1469
1 changed files with 5 additions and 0 deletions
5
Base/res/keymaps/dvorak.json
Normal file
5
Base/res/keymaps/dvorak.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"map": [ "", "0x1B", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "[", "]", "\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", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", "", "", "", "", "", "", "\\", "", "", ""],
|
||||
"shift_map": [ "", "0x1B", "!", "@", "#", "$", "%", "^", "&", "*", "(", ")", "{", "}", "\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", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", "", "", "", "", "", "", "|", "", "", ""],
|
||||
"alt_map": [ "", "0x1B", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "[", "]", "\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", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", "", "", "", "", "", "", "\\", "", "", ""]
|
||||
}
|
Loading…
Add table
Reference in a new issue