Crate xdotool

Source
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§

command
desktop
Convenience functions for the desktop functionality in xdotool.
keyboard
Convenience functions for the keyboard functionality in xdotool.
misc
Convenience functions for miscellaneous functionality in xdotool.
mouse
Convenience functions for the mouse functionality in xdotool.
optionvec
window
Convenience functions for the window functionality in xdotool.

Macros§

option_vec

Functions§

run
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.