Conceptron
Conceptron
Try using `time.sleep(.1)` before `system.exec_command()`, also call `system.exec_command("command", getOutput=False)` otherwise autokey will wait for the output of the command. Doing this registers the keypress most of the time
Yes, you could try decreasing the sleep duration just above the point where it doesn't register the key anymore to decrease the lagginess. As you have suggested, it is best...
Which application executes the effects of keys like `XF86AudioPlay` in Ubuntu 16.04? `keyboard.send_keys("")` didn't work for me, `xdotool key 172` worked though. Could be because (as you pointed out in...
Hi, is there any workaround for this? Maybe a snippet to get the text from annotations would help. Thanks