autokey / autokey-python2

Legacy Python 2 version of AutoKey, the desktop automation utility for Linux and X11.
GNU General Public License v3.0
207 stars 19 forks source link

new method for send_keys using xtest fails to send modified keys. #23

Closed darenschwenke closed 10 years ago

darenschwenke commented 10 years ago

modifiers are seemingly ignored. " comes across as non shifted version ' for example. problem in interface.py in sendKeyPressEvent and sendKeyReleaseEvent

darenschwenke commented 10 years ago

Fixed. Still have a timing issue with the first .2 seconds of send_keys going into the abyss.