Skip to content
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.

On OS X 10.13 Beta, key injection does not work #99

Open
bakkiraju opened this issue Sep 19, 2017 · 0 comments
Open

On OS X 10.13 Beta, key injection does not work #99

bakkiraju opened this issue Sep 19, 2017 · 0 comments

Comments

@bakkiraju
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant