diff options
author | Tibor Nagy <xnagytibor@gmail.com> | 2019-12-31 13:41:37 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-12-31 19:31:42 +0100 |
commit | d8ddf803e2b81e45e752f05b8b6a87ea0930e74e (patch) | |
tree | 56387f6efa9c31f35537c365df0fd3542301c593 /Base/res | |
parent | c431979aefc7b1ce8e759c50dd87777ddf7faa46 (diff) | |
download | serenity-d8ddf803e2b81e45e752f05b8b6a87ea0930e74e.zip |
Base: Add Hungarian keymap
Diffstat (limited to 'Base/res')
-rw-r--r-- | Base/res/keymaps/hu.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Base/res/keymaps/hu.json b/Base/res/keymaps/hu.json new file mode 100644 index 0000000000..2cf24064c2 --- /dev/null +++ b/Base/res/keymaps/hu.json @@ -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","", "", "", + "", "[", "]", "", "", "", "", "", "", "", "", "", ">", "#", "&", "@", + "{", "}", "<", ";", ">", "*", "", "", "", " ", "", "", "", "", "", "", + "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", + "", "", "", "", "", "", "<", "", "", "" + ] +} |