Base: Add missing "ß" to DE keymap
This commit is contained in:
parent
8fa8dda97c
commit
c7ca0a5fef
Notes:
sideshowbarker
2024-07-18 22:44:57 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/c7ca0a5fef1 Pull-request: https://github.com/SerenityOS/serenity/pull/5171
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"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", ".", "", "", "<", "", "", ""],
|
||||
"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", "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", ",", ".", "-", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ".", "", "", "|", "", "", ""]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue