mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-15 10:50:40 +00:00
Base: Add Hungarian keymap
This commit is contained in:
parent
c431979aef
commit
d8ddf803e2
Notes:
sideshowbarker
2024-07-19 10:30:21 +09:00
Author: https://github.com/xTibor Commit: https://github.com/SerenityOS/serenity/commit/d8ddf803e2b Pull-request: https://github.com/SerenityOS/serenity/pull/972
1 changed files with 34 additions and 0 deletions
34
Base/res/keymaps/hu.json
Normal file
34
Base/res/keymaps/hu.json
Normal file
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"map": [
|
||||
"", "", "1", "2", "3", "4", "5", "6", "7", "8", "9", "o", "u", "o", "0x08", "\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": [
|
||||
"", "", "'", "\"","+", "!", "%", "/", "=", "(", ")", "O", "U", "O", "0x08", "\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": [
|
||||
"", "", "1", "2", "3", "4", "5", "6", "7", "8", "9", "o", "u", "o", "0x08", "\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": [
|
||||
"", "", "~", "", "^", "", "", "", "`", "", "", "", "", "", "0x08", "\t",
|
||||
"\\","|", "A", "", "", "", "E", "I", "", "", "", "", "\n","", "", "",
|
||||
"", "[", "]", "", "", "", "", "", "", "", "", "", ">", "#", "&", "@",
|
||||
"{", "}", "<", ";", ">", "*", "", "", "", " ", "", "", "", "", "", "",
|
||||
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
||||
"", "", "", "", "", "", "<", "", "", ""
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue