mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 09:03:21 +00:00 
			
		
		
		
	GUACAMOLE-1125: 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 | ||||
|         if (substituteKeysPressed[keysym]) { | ||||
|             event.preventDefault(); | ||||
|             delete substituteKeysPressed[keysym]; | ||||
|             $scope.$broadcast('guacSyntheticKeyup', substituteKeysPressed[keysym]); | ||||
|             delete substituteKeysPressed[keysym]; | ||||
|         } | ||||
|  | ||||
|         // Mark key as released | ||||
|   | ||||
		Reference in New Issue
	
	Block a user