mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-1125: Merge fix substituteKeysPressed handler on guacKeyup events
This commit is contained in:
@@ -678,8 +678,8 @@ angular.module('client').controller('clientController', ['$scope', '$routeParams
|
|||||||
// Deal with substitute key presses
|
// Deal with substitute key presses
|
||||||
if (substituteKeysPressed[keysym]) {
|
if (substituteKeysPressed[keysym]) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
delete substituteKeysPressed[keysym];
|
|
||||||
$scope.$broadcast('guacSyntheticKeyup', substituteKeysPressed[keysym]);
|
$scope.$broadcast('guacSyntheticKeyup', substituteKeysPressed[keysym]);
|
||||||
|
delete substituteKeysPressed[keysym];
|
||||||
}
|
}
|
||||||
|
|
||||||
// Mark key as released
|
// Mark key as released
|
||||||
|
Reference in New Issue
Block a user