From 5c9483a810813c3d8b8002bfb06f173044f0e074 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Mon, 26 Jul 2021 20:26:39 -0700 Subject: [PATCH] GUACAMOLE-1386: Correct/add "Menu" key definition, which is also not "Super". --- guacamole-common-js/src/main/webapp/modules/Keyboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guacamole-common-js/src/main/webapp/modules/Keyboard.js b/guacamole-common-js/src/main/webapp/modules/Keyboard.js index 2c70a4b40..8f7dfe4f5 100644 --- a/guacamole-common-js/src/main/webapp/modules/Keyboard.js +++ b/guacamole-common-js/src/main/webapp/modules/Keyboard.js @@ -439,7 +439,7 @@ Guacamole.Keyboard = function Keyboard(element) { 46: [0xFFFF, 0xFFFF, 0xFFFF, 0xFFAE], // delete / KP decimal 91: [0xFFE7], // left windows/command key (meta_l) 92: [0xFFE8], // right window/command key (meta_r) - 93: null, // select key + 93: [0xFF67], // menu key 96: [0xFFB0], // KP 0 97: [0xFFB1], // KP 1 98: [0xFFB2], // KP 2