You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.
E.g., the output of the following should be 'A':
key.toggle(key.K_SHIFT, True)
key.tap('a')
key.toggle(key.K_SHIFT, False)
But on OS X, it is merely 'a'.
This appears to be a bug with CGEventCreateKeyboardEvent(); see: http://lists.apple.com/archives/quartz-dev/2009/Dec/msg00067.html
Is there an alternative (Carbon, maybe?) function we can use in the meantime?
The text was updated successfully, but these errors were encountered: