forked from jordansissel/xdotool
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
23 lines (16 loc) · 695 Bytes
/
README
File metadata and controls
23 lines (16 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
xdotool: Fake input from the mouse and keyboard very easily.
Also supports window manager actions such as moving, activating, and other
actions on windows.
libxdo: C library for doing the same.
See the website for more up-to-date documentation
http://www.semicomplete.com/projects/xdotool/
or the manpage listed below.
Compile: make
Install: make install
Remove: make uninstall
You may have to set 'PREFIX' to the location you want to install to.
The default PREFIX is /usr/local
For packagers, there's also support for DESTDIR for staged install.
Also, see the manpage, which you can generate by running:
make showman
Note: the manpage will be installed during 'make install'