autopy-legacy
autopy-legacy copied to clipboard
DEPRECATED: Replaced by https://github.com/autopilot-rs/autopy
Results
21
autopy-legacy issues
Sort by
recently updated
recently updated
newest added
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();...
bug