1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 22:48:11 +00:00

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
This commit is contained in:
networkException 2021-03-24 10:13:45 +01:00 committed by Andreas Kling
parent 0fb980ed88
commit 4f22c92b99

View file

@ -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", ".", "", "", "", "", "", ""]
}