From a28c81c00134759f8cb21d8bd74f20de51b9db75 Mon Sep 17 00:00:00 2001 From: Frode Langelo Date: Thu, 9 Nov 2017 20:25:39 +0000 Subject: [PATCH] GUACAMOLE-161: Add CapsLock to the no_repeat key list. --- guacamole-common-js/src/main/webapp/modules/Keyboard.js | 1 + 1 file changed, 1 insertion(+) diff --git a/guacamole-common-js/src/main/webapp/modules/Keyboard.js b/guacamole-common-js/src/main/webapp/modules/Keyboard.js index 43d846502..954367b69 100644 --- a/guacamole-common-js/src/main/webapp/modules/Keyboard.js +++ b/guacamole-common-js/src/main/webapp/modules/Keyboard.js @@ -515,6 +515,7 @@ Guacamole.Keyboard = function(element) { 0xFFE2: true, // Right shift 0xFFE3: true, // Left ctrl 0xFFE4: true, // Right ctrl + 0xFFE5: true, // Caps Lock 0xFFE7: true, // Left meta 0xFFE8: true, // Right meta 0xFFE9: true, // Left alt