diff --git a/guacamole-common-js/src/main/webapp/modules/Keyboard.js b/guacamole-common-js/src/main/webapp/modules/Keyboard.js index 83e7944bd..a4ebe36c9 100644 --- a/guacamole-common-js/src/main/webapp/modules/Keyboard.js +++ b/guacamole-common-js/src/main/webapp/modules/Keyboard.js @@ -1149,6 +1149,7 @@ Guacamole.Keyboard = function Keyboard(element) { var keysym = first.keysym; if (keysym) { guac_keyboard.release(keysym); + delete recentKeysym[first.keyCode]; first.defaultPrevented = true; }