diff options
author | Jean-Paul Balabanian <jepebe@users.noreply.github.com> | 2022-01-04 21:30:33 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-01-04 21:40:15 +0100 |
commit | 3f597c70b46ebdd1e6f3076101697263710a9f6b (patch) | |
tree | e5e9bf64f027fe00f02bf6f83d6714b2927b91b1 /Base | |
parent | f92172c7c3928fa237b9059921a99d919773c63d (diff) | |
download | serenity-3f597c70b46ebdd1e6f3076101697263710a9f6b.zip |
Base: Add keymap for Norwegian Macintosh keyboards
There is a significant difference between the PC keyboard
mapping and the Macintosh mapping in Norwegian.
Diffstat (limited to 'Base')
-rw-r--r-- | Base/res/keymaps/no-macintosh.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Base/res/keymaps/no-macintosh.json b/Base/res/keymaps/no-macintosh.json new file mode 100644 index 0000000000..f37dd102d8 --- /dev/null +++ b/Base/res/keymaps/no-macintosh.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", "©", "™", "£", "€", "∞", "§", "|", "[", "]", "≈", "±", "`", "\b", "\t", "•", "Ω", "é", "", "†", "µ", "ü", "ı", "œ", "π", "˙", "~", "\n", "", "", "ß", "∂", "ƒ", "¸", "˛", "√", "ª", "fi", "ö", "ä", "≤", "", "'", "÷", "≈", "ç", "‹", "›", "‘", "’", "‚", "…", "–", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ",", "", "", "", "", "", "="], + "shift_altgr_map": ["", "\u001B", "¡", "®", "¥", "¢", "‰", "¶", "\\", "{", "}", "≠", "¿", "", "\b", "\t", "°", "˝", "É", "", "", "˜", "Ü", "", "Œ", "∏", "˚", "^", "\n", "", "◊", "∑", "∆", "∫", "¯", "˘", "¬", "º", "fl", "Ö", "Ä", "≥", "", "", "⁄", "", "Ç", "«", "»", "“", "”", "„", "·", "—", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ",", "", "", "", "", "", "="] +} |