diff options
author | DaftMouse <daftmouse@protonmail.com> | 2022-01-12 20:00:22 -0300 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2022-01-13 00:21:55 -0800 |
commit | 6394ff4ea8483f73897d8a62fb1f6b1260d12246 (patch) | |
tree | 02b12fd20441b82b9cd16ee6c37924f3fdafdfa9 /Base | |
parent | 2a5bcc6bec21c4ede5f4b5cae088000460fbbd62 (diff) | |
download | serenity-6394ff4ea8483f73897d8a62fb1f6b1260d12246.zip |
Base: Fix wrong keys in pt-br keymap
This puts ]} and \| on the right keys and adds ' "
Diffstat (limited to 'Base')
-rw-r--r-- | Base/res/keymaps/pt-br.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Base/res/keymaps/pt-br.json b/Base/res/keymaps/pt-br.json index b833afb0df..2d056d4d04 100644 --- a/Base/res/keymaps/pt-br.json +++ b/Base/res/keymaps/pt-br.json @@ -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", ",", "", "", "|", "", "", ""], + "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", ",", "", "", "|", "", "", ""], "alt_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", ",", "", "", "\\", "", "", ""] } |