mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-08 08:44:22 +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", "o", "u", "o", "\b", "\t", "q", "w", "e", "r", "t", "z", "u", "i", "o", "p", "o", "u", "\n", "", "a", "s", "d", "f", "g", "h", "j", "k", "l", "e", "a", "0", "", "u", "y", "x", "c", "v", "b", "n", "m", ",", ".", "-", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", "", "", "", "", "", "", "i", "", "", "" ],
|
|
"shift_map": [ "", "0x1B", "'", "\"", "+", "!", "%", "/", "=", "(", ")", "O", "U", "O", "\b", "\t", "Q", "W", "E", "R", "T", "Z", "U", "I", "O", "P", "O", "U", "\n", "", "A", "S", "D", "F", "G", "H", "J", "K", "L", "E", "A", "", "", "U", "Y", "X", "C", "V", "B", "N", "M", "?", ":", "_", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", "", "", "", "", "", "", "I", "", "", "" ],
|
|
"alt_map": [ "", "0x1B", "1", "2", "3", "4", "5", "6", "7", "8", "9", "o", "u", "o", "\b", "\t", "q", "w", "e", "r", "t", "z", "u", "i", "o", "p", "o", "u", "\n", "", "a", "s", "d", "f", "g", "h", "j", "k", "l", "e", "a", "0", "", "u", "y", "x", "c", "v", "b", "n", "m", ",", ".", "-", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", "", "", "", "", "", "", "i", "", "", "" ],
|
|
"altgr_map": [ "", "0x1B", "~", "", "^", "", "", "", "`", "", "", "", "", "", "\b", "\t", "\\", "|", "A", "", "", "", "E", "I", "", "", "", "", "\n", "", "", "", "", "[", "]", "", "", "", "", "$", "", "", "", "", ">", "#", "&", "@", "{", "}", "<", ";", ">", "*", "", "", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "<", "", "", "" ]
|
|
}
|