mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUAC-661: Reset all keys if keyup received for unknown key.
This commit is contained in:
@@ -938,6 +938,8 @@ Guacamole.Keyboard = function(element) {
|
||||
guac_keyboard.release(keysym);
|
||||
first.defaultPrevented = true;
|
||||
}
|
||||
else
|
||||
guac_keyboard.reset();
|
||||
|
||||
return eventLog.shift();
|
||||
|
||||
|
Reference in New Issue
Block a user