mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
Base: Add keymap for Norwegian Macintosh keyboards
There is a significant difference between the PC keyboard mapping and the Macintosh mapping in Norwegian.
This commit is contained in:
parent
f92172c7c3
commit
3f597c70b4
Notes:
sideshowbarker
2024-07-17 21:40:32 +09:00
Author: https://github.com/jepebe Commit: https://github.com/SerenityOS/serenity/commit/3f597c70b46 Pull-request: https://github.com/SerenityOS/serenity/pull/11624
1 changed files with 6 additions and 0 deletions
6
Base/res/keymaps/no-macintosh.json
Normal file
6
Base/res/keymaps/no-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", "", "", "ß", "∂", "ƒ", "¸", "˛", "√", "ª", "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", ",", "", "", "", "", "", "="]
|
||||
}
|
Loading…
Reference in a new issue