mirror of
https://github.com/bspeice/libcvautomation
synced 2025-04-21 00:41:29 -04:00
Merge 85e57964a1
into 4a29f3f6e5
This commit is contained in:
commit
404c55047f
@ -505,7 +505,10 @@ void xte_clickKey ( Display *displayLocation, char *key )
|
|||||||
|
|
||||||
ks = XStringToKeysym( key );
|
ks = XStringToKeysym( key );
|
||||||
if ( ks == NoSymbol )
|
if ( ks == NoSymbol )
|
||||||
return;
|
{
|
||||||
|
fprintf( stderr, "Key '%s' is an unknown key\n", key );
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
kc = XKeysymToKeycode( displayLocation, ks );
|
kc = XKeysymToKeycode( displayLocation, ks );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user