mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Keymap: Added no-latin1.json for Norwegian pc105 keyboards (#5794)
This commit is contained in:
parent
32b9437c13
commit
a3b03eef01
Notes:
sideshowbarker
2024-07-18 21:21:16 +09:00
Author: https://github.com/Mammux 🔰 Commit: https://github.com/SerenityOS/serenity/commit/a3b03eef016 Pull-request: https://github.com/SerenityOS/serenity/pull/5794
1 changed files with 6 additions and 0 deletions
6
Base/res/keymaps/no-latin1.json
Normal file
6
Base/res/keymaps/no-latin1.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", "!", "\"", "#", "4", "%", "&", "/", "(", ")", "=", "?", "`", "\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", "1", "@", "3", "$", "5", "6", "{", "[", "]", "}", "+", "\\", "\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", ",", "", "", "\\", "", "", ""],
|
||||
"altgr_map":["", "\u001B", "1", "@", "3", "$", "5", "6", "{", "[", "]", "}", "+", "\\", "\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", ",", "", "", "\\", "", "", ""]
|
||||
}
|
Loading…
Reference in a new issue