Skip to content

Commit

Permalink
GUACAMOLE-520: Merge add mapping of Japanese IME keys.
Browse files Browse the repository at this point in the history
  • Loading branch information
necouchman authored Jun 14, 2024
2 parents eb9c9f3 + 91d293a commit 8bc7319
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 8bc7319

Please sign in to comment.