mirror of
				https://github.com/bspeice/libcvautomation
				synced 2025-11-04 02:10:35 -05:00 
			
		
		
		
	Fix a bug where xte_keyUp would actually press a key down.
This commit is contained in:
		@ -790,7 +790,7 @@ void xte_keyUp ( Display *displayLocation, char *key )
 | 
			
		||||
 | 
			
		||||
	kc = XKeysymToKeycode( displayLocation, ks );
 | 
			
		||||
 | 
			
		||||
	XTestFakeKeyEvent( displayLocation, kc, True, CurrentTime );
 | 
			
		||||
	XTestFakeKeyEvent( displayLocation, kc, False, CurrentTime );
 | 
			
		||||
 | 
			
		||||
	XFlush( displayLocation );
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user