From 5ed1586f5019516be4ec4ad9bf990dc33c805e39 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 28 Nov 2017 00:12:19 -0800 Subject: [PATCH] GUACAMOLE-447: Add UIKit key constants sometimes (incorrectly) used by iOS Safari. --- guacamole-common-js/src/main/webapp/modules/Keyboard.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/guacamole-common-js/src/main/webapp/modules/Keyboard.js b/guacamole-common-js/src/main/webapp/modules/Keyboard.js index 43d846502..876c88ac0 100644 --- a/guacamole-common-js/src/main/webapp/modules/Keyboard.js +++ b/guacamole-common-js/src/main/webapp/modules/Keyboard.js @@ -498,6 +498,11 @@ Guacamole.Keyboard = function(element) { "SingleCandidate": [0xFF3C], "Super": [0xFFEB, 0xFFEB, 0xFFEC], "Tab": [0xFF09], + "UIKeyInputDownArrow": [0xFF54], + "UIKeyInputEscape": [0xFF1B], + "UIKeyInputLeftArrow": [0xFF51], + "UIKeyInputRightArrow": [0xFF53], + "UIKeyInputUpArrow": [0xFF52], "Up": [0xFF52], "Undo": [0xFF65], "Win": [0xFFEB],