Skip to content

Commit

Permalink
Base: Add Hungarian keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
xTibor authored and awesomekling committed Dec 31, 2019
1 parent c431979 commit d8ddf80
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions Base/res/keymaps/hu.json
Original file line number Diff line number Diff line change
@@ -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","", "", "",
"", "[", "]", "", "", "", "", "", "", "", "", "", ">", "#", "&", "@",
"{", "}", "<", ";", ">", "*", "", "", "", " ", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "<", "", "", ""
]
}

0 comments on commit d8ddf80

Please sign in to comment.