-
Notifications
You must be signed in to change notification settings - Fork 322
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
Full documentation #212
Comments
I guess, the most complete documentation in man xdotool |
It's available on github as: https://github.com/jordansissel/xdotool/blob/master/xdotool.pod The key name documentation could be improved. What we have today is:
A big gap here is what a "valid X Keysym string" is. Any non-X11 programmer probably wont' know what this is, so we could improve that. For now, I can help by saying two things (neither of which are expected to be known or obvious to users, and I see ways to improve the docs!): First, that they are listed in Second, an alternative if you are looking for a key you are typing, you can run the Hope this helps.
How are you sending them? They are expecpted to execute in the order you supply. The order is each command argument is executed in the same order they occur on the command line. If you find differently, this is likely a bug, and maybe we can figure out what is causing it, and do some digging to find a solution? |
Where do I find the full documentation? E.g. key names. I can't figure out how to get xdotool understand key combinations with 'Alt'.
The page README.md refers to as 'Documentation' has nothing on this.
Also, if I try to send multiple key combinations, they may execute out of order.
The text was updated successfully, but these errors were encountered: