-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python3 #18
Comments
Just discovered this library and will have a more detailed look at it later. I'm using Linux Mint 18.3 (based on Ubuntu 16.04) with Anaconda Python 3.6.3 and so far it's been great. I defined a couple of functions to handle the byte string issue and support multiple keys as a bonus:
|
An alternative would be to wrap the class instance so that uuencode was converted to bytes & vice versa. Here's one that works for me:
Possibly preferable is:
|
xdo.send_keysequence_window(ff_win_id, "alt+F4") doesn`t work. But no problem with alt and F4 separated. |
Example in readme.rst is based on python2
b'Python rocks!' is better than 'Python rocks!' .
Couldn't we also translate str to bytes where it is appropriate?
The text was updated successfully, but these errors were encountered: