diff --git a/guacamole-common-js/src/main/resources/keyboard.js b/guacamole-common-js/src/main/resources/keyboard.js index 8c08f39c5..fce0c46c8 100644 --- a/guacamole-common-js/src/main/resources/keyboard.js +++ b/guacamole-common-js/src/main/resources/keyboard.js @@ -241,7 +241,7 @@ Guacamole.Keyboard = function(element) { * is not currently pressed, the value for that keysym may be false or * undefined. */ - this.pressed = []; + this.pressed = {}; var keydownChar = new Array();