Skip to content

Commit 6dd76fd

Browse files
committed
GUACAMOLE-1004: Add mapping of Japanese IME keys.
1 parent 212b0ab commit 6dd76fd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/protocols/rdp/keymaps/ja_jp_qwerty.keymap

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,9 @@ map +shift 0x2C..0x35 0x73 ~ "ZXCVBNM<>?_"
3434
map -shift 0x29 ~ 0xFF28
3535
map -shift 0x29 ~ 0xFF2A
3636
map +shift 0x29 ~ 0xFF29
37+
map -shift 0x29 ~ 0xFF21 # KanjiMode
38+
map -shift 0x70 ~ 0xFF27 # HiraganaKatakana
39+
map -shift 0x70 ~ 0xFF24 # Romaji
40+
map -shift 0x7B ~ 0xFF22 # NonConvert
41+
map -shift 0x79 ~ 0xFF23 # Convert
42+
map -shift 0x3A ~ 0xFF30 # Alphanumeric

0 commit comments

Comments
 (0)