mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
Base: Complete the french keymap and fix the numeric keypad
Accentuated letters and other characters from the Unicode Block "Latin-1 Supplement" were added; they weren't supported in the past. Regarding the numpad: there was a `"", ` too much in the keymap, which was shifting the keys when pressed (e.g. I would get a '9' instead of a '+')
This commit is contained in:
parent
b3472cb4a7
commit
1d6a3a5e8f
Notes:
sideshowbarker
2024-07-19 04:38:14 +09:00
Author: https://github.com/benit8 Commit: https://github.com/SerenityOS/serenity/commit/1d6a3a5e8fd Pull-request: https://github.com/SerenityOS/serenity/pull/2870
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"map": [ "", "\u001B", "&", "", "\"", "'", "(", "-", "", "_", "", "", ")", "=", "\b", "\t", "a", "z", "e", "r", "t", "y", "u", "i", "o", "p", "^", "$", "\n", "", "q", "s", "d", "f", "g", "h", "j", "k", "l", "m", "", "", "", "*", "w", "x", "c", "v", "b", "n", ",", ";", ":", "!", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ",", "", "", "<", "", "", ""],
|
||||
"shift_map": [ "", "\u001B", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "", "+", "\b", "\t", "A", "Z", "E", "R", "T", "Y", "U", "I", "O", "P", "", "", "\n", "", "Q", "S", "D", "F", "G", "H", "J", "K", "L", "M", "%", "~", "", "", "W", "X", "C", "V", "B", "N", "?", ".", "/", "", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ",", "", "", ">", "", "", ""],
|
||||
"alt_map": [ "", "\u001B", "", "~", "#", "{", "[", "|", "`","\\", "^", "@", "]", "}", "\b", "\t", "a", "z", "e", "r", "t", "y", "u", "i", "o", "p", "^", "", "\n", "", "q", "s", "d", "f", "g", "h", "j", "k", "l", "m", "", "", "*", "|", "w", "x", "c", "v", "b", "n", ",", ";", ":", "!", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ",", "", "", "|", "", "", ""]
|
||||
"map": [ "", "\u001B", "&", "\u00E9", "\"", "'", "(", "-", "\u00E8", "_", "\u00E7", "\u00E0", ")", "=", "\b", "\t", "a", "z", "e", "r", "t", "y", "u", "i", "o", "p", "^", "$", "\n", "", "q", "s", "d", "f", "g", "h", "j", "k", "l", "m", "\u00F9", "\u00B2", "", "*", "w", "x", "c", "v", "b", "n", ",", ";", ":", "!", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ".", "", "", "<", "", "", ""],
|
||||
"shift_map": [ "", "\u001B", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "\u00B0", "+", "\b", "\t", "A", "Z", "E", "R", "T", "Y", "U", "I", "O", "P", "\u00A8", "\u00A3", "\n", "", "Q", "S", "D", "F", "G", "H", "J", "K", "L", "M", "%", "~", "", "\u00B5", "W", "X", "C", "V", "B", "N", "?", ".", "/", "\u00A7", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ".", "", "", ">", "", "", ""],
|
||||
"alt_map": [ "", "\u001B", "\u00B9", "~", "#", "{", "[", "|", "`", "\\", "^", "@", "]", "}", "\b", "\t", "a", "z", "e", "r", "t", "y", "u", "i", "o", "p", "^", "\u00A4", "\n", "", "q", "s", "d", "f", "g", "h", "j", "k", "l", "m", "^", "\u00B2", "*", "|", "w", "x", "c", "v", "b", "n", "", "", "", "", "", "", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ".", "", "", "|", "", "", ""]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue