increased grab attempt interval

xkb
sezanzeb 4 years ago committed by sezanzeb
parent d4f2919a38
commit 34f0bee458

@ -198,7 +198,7 @@ class KeycodeInjector:
logger.error('Cannot grab %s, it is possibly in use', path)
return None, False
time.sleep(0.15)
time.sleep(0.5)
return device, abs_to_rel

Loading…
Cancel
Save