1ydotoold(8) System Manager's Manual ydotoold(8)
2
3
4
6 ydotoold - daemon for ydotool(1)
7
9 ydotoold
10
12 ydotool lets you programatically (or manually) simulate keyboard input
13 and mouse activity, etc. It does this by writing directly to /dev/uin‐
14 put so it generally needs to run as root.
15
16 When ydotool(1) runs and creates a virtual input device, it will take
17 some time for your graphical environment (eg X11/Wayland) to recognize
18 and enable the virtual input device. (Usually done by udev)
19
20 If the delay is too short, the virtual input device may not be recog‐
21 nized & enabled by the graphical environment in time.
22
23 In order to solve this problem, the ydotoold background service holds a
24 persistent virtual device, and accepts input from ydotool(1). When ydo‐
25 toold(1) is unavailable, ydotool(1) will work without it.
26
28 ydotool(1) and ydotoold(8) were written by ReimuNotMoe.
29
30 This man page by bob.hepple@gmail.com
31
33 MIT License
34
36 ydotool(1)
37
38 Project site: <https://github.com/ReimuNotMoe/ydotool>
39
40
41
42 2020-04-05 ydotoold(8)