Skip to content

Commit 1c64ada

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

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/protocols/rdp/keymaps/ja_jp_qwerty.keymap

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,12 @@ map +shift 0x1E..0x28 0x2B ~ "ASDFGHJKL+*}"
3232
map +shift 0x2C..0x35 0x73 ~ "ZXCVBNM<>?_"
3333

3434
map -shift 0x29 ~ 0xFF28
35-
map -shift 0x29 ~ 0xFF2A
3635
map +shift 0x29 ~ 0xFF29
36+
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

Comments
 (0)