Skip to content

Commit

Permalink
Base: Update Hungarian keymap with accented characters and more symbols
Browse files Browse the repository at this point in the history
Also fixing a bug where the numpad keys were accidentally shifted by
one position in the JSON array.
  • Loading branch information
xTibor authored and awesomekling committed Aug 6, 2020
1 parent 1c7faa8 commit 6be3f91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Base/res/keymaps/hu.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"map": [ "", "\u001B", "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", ",", ".", "-", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ",", "", "", "i", "", "", "" ],
"shift_map": [ "", "\u001B", "'", "\"", "+", "!", "%", "/", "=", "(", ")", "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", "?", ":", "_", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ",", "", "", "I", "", "", "" ],
"alt_map": [ "", "\u001B", "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", ",", ".", "-", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ",", "", "", "i", "", "", "" ],
"altgr_map": [ "", "\u001B", "~", "", "^", "", "", "", "`", "", "", "", "", "", "\b", "\t", "\\", "|", "A", "", "", "", "E", "I", "", "", "", "", "\n", "", "", "", "", "[", "]", "", "", "", "", "$", "", "", "", "", ">", "#", "&", "@", "{", "}", "<", ";", ">", "*", "", "", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ",", "", "", "<", "", "", "" ]
"map": [ "", "\u001B", "1", "2", "3", "4", "5", "6", "7", "8", "9", "ö", "ü", "ó", "\b", "\t", "q", "w", "e", "r", "t", "z", "u", "i", "o", "p", "ő", "ú", "\n", "", "a", "s", "d", "f", "g", "h", "j", "k", "l", "é", "á", "0", "", "ű", "y", "x", "c", "v", "b", "n", "m", ",", ".", "-", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ",", "", "", "í", "", "", "" ],
"shift_map": [ "", "\u001B", "'", "\"", "+", "!", "%", "/", "=", "(", ")", "Ö", "Ü", "Ó", "\b", "\t", "Q", "W", "E", "R", "T", "Z", "U", "I", "O", "P", "Ő", "Ú", "\n", "", "A", "S", "D", "F", "G", "H", "J", "K", "L", "É", "Á", "§", "", "Ű", "Y", "X", "C", "V", "B", "N", "M", "?", ":", "_", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ",", "", "", "Í", "", "", "" ],
"alt_map": [ "", "\u001B", "1", "2", "3", "4", "5", "6", "7", "8", "9", "ö", "ü", "ó", "\b", "\t", "q", "w", "e", "r", "t", "z", "u", "i", "o", "p", "ő", "ú", "\n", "", "a", "s", "d", "f", "g", "h", "j", "k", "l", "é", "á", "0", "", "ű", "y", "x", "c", "v", "b", "n", "m", ",", ".", "-", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ",", "", "", "í", "", "", "" ],
"altgr_map": [ "", "\u001B", "~", "", "^", "", "", "", "`", "", "", "", "", "", "\b", "\t", "\\", "|", "Ä", "", "", "", "", "Í", "", "", "÷", "×", "\n", "", "ä", "đ", "Đ", "[", "]", "", "", "ł", "Ł", "$", "ß", "", "", "¤", ">", "#", "&", "@", "{", "}", "<", ";", ">", "*", "", "", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ",", "", "", "<", "", "", "" ]
}

0 comments on commit 6be3f91

Please sign in to comment.