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 22fe53f commit d07957f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion guacamole-common-js/src/main/webapp/modules/Keyboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ Guacamole.Keyboard = function Keyboard(element) {
"CapsLock": [0xFFE5],
"Cancel": [0xFF69],
"Clear": [0xFF0B],
"Convert": [0xFF21],
"Convert": [0xFF23],
"Copy": [0xFD15],
"Crsel": [0xFD1C],
"CrSel": [0xFD1C],
Expand Down Expand Up @@ -538,6 +538,7 @@ Guacamole.Keyboard = function Keyboard(element) {
"Left": [0xFF51],
"Meta": [0xFFE7, 0xFFE7, 0xFFE8],
"ModeChange": [0xFF7E],
"NonConvert": [0xFF22],
"NumLock": [0xFF7F],
"PageDown": [0xFF56],
"PageUp": [0xFF55],
Expand All @@ -547,6 +548,7 @@ Guacamole.Keyboard = function Keyboard(element) {
"PrintScreen": [0xFF61],
"Redo": [0xFF66],
"Right": [0xFF53],
"Romaji": [0xFF24],
"RomanCharacters": null,
"Scroll": [0xFF14],
"Select": [0xFF60],
Expand Down

0 comments on commit d07957f

Please sign in to comment.