diff options
author | Ben Wiederhake <BenWiederhake.GitHub@gmx.de> | 2021-01-31 14:42:30 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-02-01 09:54:32 +0100 |
commit | 9f60ce4801bb997acf05f7c290c6bcf1144575f1 (patch) | |
tree | be22d2fe6025c74dd4d603f8b8d9cf2a82f27119 /Base/res/keymaps/la-latin1.json | |
parent | b6dddd27b497085ef17417f47874880eef686af3 (diff) | |
download | serenity-9f60ce4801bb997acf05f7c290c6bcf1144575f1.zip |
Base: Replace tabs+spaces in keymaps by only spaces
Diffstat (limited to 'Base/res/keymaps/la-latin1.json')
-rw-r--r-- | Base/res/keymaps/la-latin1.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Base/res/keymaps/la-latin1.json b/Base/res/keymaps/la-latin1.json index b65945e725..45e7109d85 100644 --- a/Base/res/keymaps/la-latin1.json +++ b/Base/res/keymaps/la-latin1.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", ",", "", "", ">", "", "", ""], - "alt_map": [ "", "\u001B", "|", "@", "3", "~", "5", "6", "{", "[", "]", "}","\\", "=", "\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", "|", "@", "3", "~", "5", "6", "{", "[", "]", "}","\\", "=", "\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", ",", "", "", "|", "", "", ""] } |