diff options
author | LepkoQQ <lepko.san@gmail.com> | 2020-06-17 20:09:07 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-06-18 16:28:20 +0200 |
commit | 73bcc011434ac8489c982a29f334f8bb12bbdfe4 (patch) | |
tree | f9deedc275c76e2ba45ad6f1fb28cb7f25b3d710 /Base/res/keymaps | |
parent | 83edbd05cf2813736f7a4b98f21d529a42f23107 (diff) | |
download | serenity-73bcc011434ac8489c982a29f334f8bb12bbdfe4.zip |
Base: Add slovenian keymap
Diffstat (limited to 'Base/res/keymaps')
-rw-r--r-- | Base/res/keymaps/sl.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Base/res/keymaps/sl.json b/Base/res/keymaps/sl.json new file mode 100644 index 0000000000..692bb87cf7 --- /dev/null +++ b/Base/res/keymaps/sl.json @@ -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", "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", ",", "", "", "", "", ""], + "altgr_map": [ "", "\u001B", "~", "", "^", "", "", "", "`", "", "", "", "", "", "\b", "\t", "\\", "|", "€", "", "", "", "", "", "", "", "÷", "×", "\n", "", "", "", "", "[", "]", "", "", "ł", "Ł", "", "ß", "¤", "", "", "", "", "", "@", "{", "}", "§", "<", ">", "", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ",", "", "", "", "", ""] +}
\ No newline at end of file |