mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Keymaps: Stop pt-br's r-shift printing "?"
Currently when trying to use the right-shift on the pt-br layout it prints a "?" on key-down on top of applying the shift modifier. This patch removes the unwanted "?".
This commit is contained in:
parent
e6c3b0e495
commit
e1b15b9a44
Notes:
sideshowbarker
2024-07-17 05:03:11 +09:00
Author: https://github.com/wfzyx 🔰 Commit: https://github.com/SerenityOS/serenity/commit/e1b15b9a44 Pull-request: https://github.com/SerenityOS/serenity/pull/17422
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +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", ",", ".", ";", "/", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ",", "", "", "\\", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "/", "", "", "", "", "", "", "", "", "", "", "", ""],
|
||||
"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", "<", ">", ":", "?", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ",", "", "", "|", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "?", "", "", "", "", "", "", "", "", "", "", "", ""],
|
||||
"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", "<", ">", ":", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ",", "", "", "|", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "?", "", "", "", "", "", "", "", "", "", "", "", ""],
|
||||
"alt_map": [ "", "\u001B", "¹", "²", "³", "£", "¢", "¬", "7", "8", "9", "0", "-", "§", "\b", "\t", "/", "?", "°", "r", "t", "y", "u", "i", "o", "p", "'", "ª", "\n", "", "a", "s", "d", "f", "g", "h", "j", "k", "l", "ç", "~", "'", "", "º", "z", "x", "₢", "v", "b", "n", "m", ",", ".", ";", "°", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ",", "", "", "\\", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "°", "", "", "", "", "", "", "", "", "", "", "", ""]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue