1libinput-replay(1) General Commands Manual libinput-replay(1)
2
3
4
6 libinput-replay - replay kernel events from a recording
7
9 libinput replay [options] recording
10
12 The libinput replay tool replays kernel events from a device recording
13 made by the libinput record(1) tool. This tool needs to run as root to
14 create a device and/or replay events.
15
16 If the recording contains more than one device, all devices are re‐
17 played simultaneously.
18
20 --help Print help
21
23 This tool replays events from a recording through the the kernel and is
24 independent of libinput. In other words, updating or otherwise changing
25 libinput will not alter the output from this tool. libinput itself does
26 not need to be in use to replay events.
27
28 This tool does not replay kernel-emulated key repeat events (events of
29 type EV_KEY with a value of 2).
30
32 Part of the libinput(1) suite
33
34
35
36 libinput-replay(1)