autopy-legacy icon indicating copy to clipboard operation
autopy-legacy copied to clipboard

On OS X 10.13 Beta, key injection does not work

Open bakkiraju opened this issue 7 years ago • 0 comments

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

bakkiraju avatar Sep 19 '17 22:09 bakkiraju