summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authornetworkException <git@nwex.de>2021-03-24 10:13:45 +0100
committerAndreas Kling <kling@serenityos.org>2021-03-24 15:57:49 +0100
commit4f22c92b998ccd01b683bc7be4f026accfd43f9d (patch)
tree736c63e269fbe276e5144a583c93692dc8d3764c /Base
parent0fb980ed88945559f4379e2daecfb84820369a17 (diff)
downloadserenity-4f22c92b998ccd01b683bc7be4f026accfd43f9d.zip
Keymap: Added de-macintosh.json for German Mac keyboards
Some special characters might not match the exact layout from macOS as this was tested on Linux, but it is close enough to be well usable
Diffstat (limited to 'Base')
-rw-r--r--Base/res/keymaps/de-macintosh.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/Base/res/keymaps/de-macintosh.json b/Base/res/keymaps/de-macintosh.json
new file mode 100644
index 0000000000..8341e004e9
--- /dev/null
+++ b/Base/res/keymaps/de-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", "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", ".", "", "", "<", "", "", ""],
+ "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", "¡", "²", "³", "¼", "[", "]", "|", "{", "}", "}", "\\", "¸", "\b", "\t", "«", "ł", "€", "®", "ŧ", "←", "¨", "/", "ø", "þ", "¨", "~", "\n", "", "å", "ſ", "ð", "đ", "©", "ª", "", "ĸ", "@", "´", "^", "′", "", "~", "»", "«", "¢", "„", "“", "~", "µ", "·", "…", "–", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ".", "", "", "|", "", "", ""],
+ "shift_altgr_map": [ "", "\u001B", "@", "⅛", "£", "¤", "⅜", "⅝", "\\", "~", "±", "°", "¿", "˛", "\b", "\t", "»", "Ł", "€", "®", "Ŧ", "¥", "Á", "Û", "Ø", "Þ", "°", "¯", "\n", "", "Å", "ẞ", "Ð", "ª", "Ŋ", "Ħ", "˙", "&", "Ł", "̣", "ˇ", "″", "", "˘", "›", "‹", "©", "‚", "‘", "’", "º", "×", "÷", "—", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ".", "", "", "", "", "", ""]
+}