mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-01 20:10:28 +00:00
Base: Add British English Apple Macintosh keymap
Full support for EN-GB Mac Laptop and Magic Keyboards
This commit is contained in:
parent
ab99e95549
commit
85ca19ffd5
Notes:
sideshowbarker
2024-07-17 14:33:07 +09:00
Author: https://github.com/cubiclove Commit: https://github.com/SerenityOS/serenity/commit/85ca19ffd5 Pull-request: https://github.com/SerenityOS/serenity/pull/17288
1 changed files with 6 additions and 0 deletions
6
Base/res/keymaps/en-gb-macintosh.json
Normal file
6
Base/res/keymaps/en-gb-macintosh.json
Normal file
|
@ -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", "", "å", "ß", "∂", "ƒ", "©", "˙", "∆", "˚", "¬", "…", "æ", "`", "", "«", "Ω", "≈", "ç", "√", "∫", "~", "µ", "≤", "≥", "÷", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ".", "", "", "\\", "", "", ""],
|
||||
"shift_altgr_map": [ "", "\u001B", "⁄", "™", "‹", "›", "fi", "fl", "‡", "°", "·", "‚", "—", "±", "\b", "\t", "Œ", "„", "‰", "Â", "Ê", "Á", "Ë", "È", "Ø", "∏", "”", "’", "\n", "", "Å", "Í", "Î", "Ï", "Ì", "Ó", "Ô", "", "Ò", "Ú", "Æ", "Ÿ", "", "»", "Û", "Ù", "Ç", "◊", "ı", "ˆ", "˜", "¯", "˘", "¿", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ".", "", "", "\\", "", "", ""]
|
||||
}
|
Loading…
Reference in a new issue