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
22 --once Only replay the recording once, then exit.
23
24 --replay-after=s
25 Replay the recording after waiting for s seconds. This replaces
26 the default interactive prompt to start the replay.
27
29 This tool replays events from a recording through the the kernel and is
30 independent of libinput. In other words, updating or otherwise changing
31 libinput will not alter the output from this tool. libinput itself does
32 not need to be in use to replay events.
33
34 This tool does not replay kernel-emulated key repeat events (events of
35 type EV_KEY with a value of 2).
36
38 Part of the libinput(1) suite
39
40
41
42 libinput-replay(1)