autopy-legacy
autopy-legacy copied to clipboard
On OS X 10.13 Beta, key injection does not work
from autopy import key import time
key.toggle(long(key.K_CAPSLOCK), True) time.sleep(5) key.toggle(long(key.K_CAPSLOCK), False)
I dont see caps lock turning on and going off after 5 secs