summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorMagentah <i.snowblind7@gmail.com>2020-05-24 02:15:21 +0900
committerAndreas Kling <kling@serenityos.org>2020-05-24 02:13:22 +0200
commita1fe34bcd873f0b775cf42c0f69af9952e367662 (patch)
tree967550aaf28ee9ae76623a97cd87ae101f1b64bd /Base
parente44c87cfff3cf96b07994c1690646f468e28f2dc (diff)
downloadserenity-a1fe34bcd873f0b775cf42c0f69af9952e367662.zip
Keymap: Added keymap file for Japanese keyboard, without IME
configuration keys.
Diffstat (limited to 'Base')
-rw-r--r--Base/res/keymaps/jp.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/Base/res/keymaps/jp.json b/Base/res/keymaps/jp.json
new file mode 100644
index 0000000000..6c2a087c16
--- /dev/null
+++ b/Base/res/keymaps/jp.json
@@ -0,0 +1,5 @@
+{
+ "map": [ "", "0x1B", "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": [ "", "0x1B", "!", "\"", "#", "$", "%", "&", "'", "(", ")", "~", "=", "~", "\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": [ "", "0x1B", "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", ",", ".", "/", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "-", "", "", "", "+", "", "", "", "", "", "", "", "\\", "", "", "","","","","","","","","","","","","","","","","","","","","","","","","","","\\","","","","","","","","", "","\\"]
+}