Expand description
A simple wrapper for the xdotool
command line tool.
While I’ve tried my best documenting everything as detailed as possible, please look at the man page of xdotool
for detailed information.
§Examples
Re-exports§
pub use optionvec::OptionVec;
Modules§
- Convenience functions for the desktop functionality in xdotool.
- Convenience functions for the keyboard functionality in xdotool.
- Convenience functions for miscellaneous functionality in xdotool.
- Convenience functions for the mouse functionality in xdotool.
- Convenience functions for the window functionality in xdotool.
Macros§
Functions§
- Execute a xdotool command. This is the only function you actually need. Every other function is just for convenience. However using the convenience functions is much more straight forward and therefore more desirable. You should only use this function if there is no convenience function available.