We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212b0ab commit 1c64adaCopy full SHA for 1c64ada
src/protocols/rdp/keymaps/ja_jp_qwerty.keymap
@@ -32,5 +32,12 @@ map +shift 0x1E..0x28 0x2B ~ "ASDFGHJKL+*}"
32
map +shift 0x2C..0x35 0x73 ~ "ZXCVBNM<>?_"
33
34
map -shift 0x29 ~ 0xFF28
35
-map -shift 0x29 ~ 0xFF2A
36
map +shift 0x29 ~ 0xFF29
+
37
+map 0x29 ~ 0xFF2A # ZenkakuHankaku
38
+map 0x29 ~ 0xFF21 # KanjiMode
39
+map 0x70 ~ 0xFF27 # HiraganaKatakana
40
+map 0x70 ~ 0xFF24 # Romaji
41
+map 0x7B ~ 0xFF22 # NonConvert
42
+map 0x79 ~ 0xFF23 # Convert
43
+map -shift 0x3A ~ 0xFF30 # Alphanumeric
0 commit comments