mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	Merge 1.0.0 changes back to master.
This commit is contained in:
		| @@ -1051,10 +1051,10 @@ Guacamole.Keyboard = function Keyboard(element) { | ||||
|  | ||||
|         for (var keysym in guac_keyboard.pressed) { | ||||
|             if (!implicitlyPressed[keysym]) | ||||
|                 return true; | ||||
|                 return false; | ||||
|         } | ||||
|  | ||||
|         return false; | ||||
|         return true; | ||||
|  | ||||
|     }; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user