mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05:00
Keymaps: Added keymap for norwegian keyboards
This commit is contained in:
parent
8b6d548b55
commit
88e12f7632
1 changed files with 5 additions and 0 deletions
5
Base/res/keymaps/no.json
Normal file
5
Base/res/keymaps/no.json
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"map": [ "", "0x1B", "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", ",", ".", "-", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", "", "", "", "", "", "", "\\", "", "", ""],
|
||||||
|
"shift_map": [ "", "0x1B", "!", "\"", "#", "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", ";", ":", "_", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", "", "", "", "", "", "", "|", "", "", ""],
|
||||||
|
"alt_map": [ "", "0x1B", "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", ",", ".", "-", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", "", "", "", "", "", "", "\\", "", "", ""]
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue