mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
Keymaps: Add German (Switzerland) keymap layout
This adds a `de-ch` keyboard layout.
This commit is contained in:
parent
afbab621aa
commit
074813e441
Notes:
sideshowbarker
2024-07-18 17:20:45 +09:00
Author: https://github.com/MaxWipfli Commit: https://github.com/SerenityOS/serenity/commit/074813e441f Pull-request: https://github.com/SerenityOS/serenity/pull/7477
1 changed files with 6 additions and 0 deletions
6
Base/res/keymaps/de-ch.json
Normal file
6
Base/res/keymaps/de-ch.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"map": [ "", "\u001B", "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", ",", ".", "-", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ".", "", "", "<", "", "", ""],
|
||||
"shift_map": [ "", "\u001B", "+", "\"", "*", "ç", "%", "&", "/", "(", ")", "=", "?", "`", "\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", ";", ":", "_", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ".", "", "", ">", "", "", ""],
|
||||
"alt_map": [ "", "\u001B", "|", "@", "#", "", "", "¬", "|", "¢", "", "", "´", "~", "\b", "\t", "", "", "€", "", "", "", "", "", "", "", "[", "]", "\n", "", "", "", "", "", "", "", "", "", "", "", "{", "", "", "}", "«", "»", "", "", "", "", "", "", "", "", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ".", "", "", "\\", "", "", ""],
|
||||
"shift_altgr_map": [ "", "\u001B", "", "", "", "", "", "", "", "", "", "", "", "", "\b", "\t", "", "", "", "", "", "", "", "", "", "", "", "", "\n", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ".", "", "", "", "", "", ""]
|
||||
}
|
Loading…
Reference in a new issue