GUACAMOLE-447: Add UIKit key constants sometimes (incorrectly) used by iOS Safari.

This commit is contained in:
Michael Jumper
2017-11-28 00:12:19 -08:00
parent 00d464b511
commit 5ed1586f50

View File

@@ -498,6 +498,11 @@ Guacamole.Keyboard = function(element) {
"SingleCandidate": [0xFF3C], "SingleCandidate": [0xFF3C],
"Super": [0xFFEB, 0xFFEB, 0xFFEC], "Super": [0xFFEB, 0xFFEB, 0xFFEC],
"Tab": [0xFF09], "Tab": [0xFF09],
"UIKeyInputDownArrow": [0xFF54],
"UIKeyInputEscape": [0xFF1B],
"UIKeyInputLeftArrow": [0xFF51],
"UIKeyInputRightArrow": [0xFF53],
"UIKeyInputUpArrow": [0xFF52],
"Up": [0xFF52], "Up": [0xFF52],
"Undo": [0xFF65], "Undo": [0xFF65],
"Win": [0xFFEB], "Win": [0xFFEB],