mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 17:15:26 +00:00
Add missing keymap entries for the dollar sign and escape key and reformat the Hungarian keymap. Remove the workaround for "0x08", replace it with '\b'. Fix the octal/hex mixup in the value of escape key. (033 != 0x33, 033 == 0x1B)
7 lines
1.7 KiB
JSON
7 lines
1.7 KiB
JSON
{
|
|
"map": [ "", "0x1B", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "+", "'", "\b", "\t", "q", "w", "e", "r", "t", "y", "u", "i", "o", "p", "o", "\"", "\n", "", "a", "s", "d", "f", "g", "h", "j", "k", "l", "o", "a", "", "", "'", "z", "x", "c", "v", "b", "n", "m", ",", ".", "-", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", "", "", "", "", "", "", "<", "", "", "" ],
|
|
"shift_map": [ "", "0x1B", "!", "\"", "#", "", "%", "&", "/", "(", ")", "=", "?", "`", "\b", "\t", "Q", "W", "E", "R", "T", "Y", "U", "I", "O", "P", "O", "^", "\n", "", "A", "S", "D", "F", "G", "H", "J", "K", "L", "O", "A", "", "", "*", "Z", "X", "C", "V", "B", "N", "M", ";", ":", "_", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", "", "", "", "", "", "", ">", "", "", "" ],
|
|
"alt_map": [ "", "0x1B", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "+", "'", "\b", "\t", "q", "w", "e", "r", "t", "y", "u", "i", "o", "p", "o", "\"", "\n", "", "a", "s", "d", "f", "g", "h", "j", "k", "l", "o", "a", "", "", "'", "z", "x", "c", "v", "b", "n", "m", ",", ".", "-", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", "", "", "", "", "", "", "<", "", "", "" ],
|
|
"altgr_map": [ "", "0x1B", "", "@", "", "$", "", "", "{", "[", "]", "}", "\\", "", "\b", "\t", "q", "w", "e", "r", "t", "y", "u", "i", "o", "p", "o", "~", "\n", "", "a", "s", "d", "f", "g", "h", "j", "k", "l", "o", "a", "/", "", "", "z", "x", "c", "v", "b", "n", "m", ",", ".", "-", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", "", "", "", "", "", "", "|", "", "", "" ]
|
|
}
|