mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:47:46 +00:00
Keymap: Add DE keymap layout
This makes it easier to work with the german keyboard layout. Some keys are left unset because their corresponding letters aren't supported yet.
This commit is contained in:
parent
8300b78b77
commit
57646e362f
1 changed files with 5 additions and 0 deletions
5
Base/res/keymaps/de.json
Normal file
5
Base/res/keymaps/de.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"map": [ "", "0x1B", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "", "", "\b", "\t", "q", "w", "e", "r", "t", "z", "u", "i", "o", "p", "", "+", "\n", "", "a", "s", "d", "f", "g", "h", "j", "k", "l", "", "", "", "", "#", "y", "x", "c", "v", "b", "n", "m", ",", ".", "-", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", "", "", "", "", "", "", "<", "", "", ""],
|
||||
"shift_map": [ "", "0x1B", "!", "\"", "", "$", "%", "&", "/", "(", ")", "=", "?", "", "\b", "\t", "Q", "W", "E", "R", "T", "Z", "U", "I", "O", "P", "", "*", "\n", "", "A", "S", "D", "F", "G", "H", "J", "K", "L", "", "", "", "", "'", "Y", "X", "C", "V", "B", "N", "M", ";", ":", "_", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", "", "", "", "", "", "", ">", "", "", ""],
|
||||
"alt_map": [ "", "0x1B", "1", "2", "3", "4", "5", "6", "{", "[", "]", "}", "\\", "", "\b", "\t", "@", "w", "e", "r", "t", "z", "u", "i", "o", "p", "", "~", "\n", "", "a", "s", "d", "f", "g", "h", "j", "k", "l", "", "", "", "", "#", "y", "x", "c", "v", "b", "n", "m", ",", ".", "-", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", "", "", "", "", "", "", "|", "", "", ""]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue