mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-11 17:00:37 +00:00
Userland: Add Spanish keymap
This commit is contained in:
parent
eabd43d31a
commit
b09b8d99f2
Notes:
sideshowbarker
2024-07-19 04:35:59 +09:00
Author: https://github.com/tanisperez 🔰 Commit: https://github.com/SerenityOS/serenity/commit/b09b8d99f23 Pull-request: https://github.com/SerenityOS/serenity/pull/2887
1 changed files with 5 additions and 0 deletions
5
Base/res/keymaps/es.json
Normal file
5
Base/res/keymaps/es.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"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", ",", ".", "-", "", "", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "<", "", "", ""],
|
||||
"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", ";", ":", "_", "", "", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", ">", "", "", ""],
|
||||
"alt_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", "", "", "", "", "", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", ""]
|
||||
}
|
Loading…
Reference in a new issue