Base: Add Hungarian keymap

This commit is contained in:
Tibor Nagy 2019-12-31 13:41:37 +01:00 committed by Andreas Kling
parent c431979aef
commit d8ddf803e2
Notes: sideshowbarker 2024-07-19 10:30:21 +09:00

34
Base/res/keymaps/hu.json Normal file
View 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","", "", "",
"", "[", "]", "", "", "", "", "", "", "", "", "", ">", "#", "&", "@",
"{", "}", "<", ";", ">", "*", "", "", "", " ", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "<", "", "", ""
]
}