Skip to content

Commit

Permalink
GUACAMOLE-520: Add mapping of Japanese IME keys.
Browse files Browse the repository at this point in the history
  • Loading branch information
maeda577 committed May 22, 2024
1 parent 212b0ab commit 91d293a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/protocols/rdp/keymaps/ja_jp_qwerty.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,9 @@ map +shift 0x2C..0x35 0x73 ~ "ZXCVBNM<>?_"
map -shift 0x29 ~ 0xFF28
map -shift 0x29 ~ 0xFF2A
map +shift 0x29 ~ 0xFF29
map -shift 0x29 ~ 0xFF21 # KanjiMode
map -shift 0x70 ~ 0xFF27 # HiraganaKatakana
map -shift 0x70 ~ 0xFF24 # Romaji
map -shift 0x7B ~ 0xFF22 # NonConvert
map -shift 0x79 ~ 0xFF23 # Convert
map -shift 0x3A ~ 0xFF30 # Alphanumeric

0 comments on commit 91d293a

Please sign in to comment.