diff options
author | nickalfi <1076449+nickalfi@users.noreply.github.com> | 2021-04-08 23:35:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 23:35:17 +0200 |
commit | 3a8844520acd54404fc63713b524b408dc1519a8 (patch) | |
tree | 43d41c10c04d8f04b832c276a397b930a9ff8096 /Base/res/keymaps/se.json | |
parent | a0be30f655a26e3e597292aab406231358a38202 (diff) | |
download | serenity-3a8844520acd54404fc63713b524b408dc1519a8.zip |
Keymaps: Add se keymap (#6198)
Based on the existing Finnish keymap for special characters and what
characters Linux outputs when I press the key, including Numpad.
Diffstat (limited to 'Base/res/keymaps/se.json')
-rw-r--r-- | Base/res/keymaps/se.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Base/res/keymaps/se.json b/Base/res/keymaps/se.json new file mode 100644 index 0000000000..e3ded16468 --- /dev/null +++ b/Base/res/keymaps/se.json @@ -0,0 +1,6 @@ +{ + "map": [ "", "\u001B", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "+", "'", "\b", "\t", "q", "w", "e", "r", "t", "y", "u", "i", "o", "p", "å", "\"", "\n", "", "a", "s", "d", "f", "g", "h", "j", "k", "l", "ö", "ä", "§", "", "'", "z", "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", "Y", "U", "I", "O", "P", "Å", "^", "\n", "", "A", "S", "D", "F", "G", "H", "J", "K", "L", "Ö", "Ä", "½", "", "*", "Z", "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", "0", "+", "'", "\b", "\t", "q", "w", "e", "r", "t", "y", "u", "i", "o", "p", "å", "\"", "\n", "", "a", "s", "d", "f", "g", "h", "j", "k", "l", "ö", "ä", "", "", "'", "z", "x", "c", "v", "b", "n", "m", ",", ".", "-", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ",", "", "", "<", "", "", "" ], + "altgr_map": [ "", "\u001B", "¡", "@", "£", "$", "€", "¥", "{", "[", "]", "}", "\\", "", "\b", "\t", "q", "w", "e", "r", "t", "y", "u", "i", "o", "p", "å", "~", "\n", "", "a", "s", "d", "f", "g", "h", "j", "k", "l", "ö", "ä", "", "", "", "z", "x", "c", "v", "b", "n", "m", ",", ".", "-", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ",", "", "", "|", "", "", "" ] +} |