Lines Matching full:libinput
1 .TH libinput-record "1"
3 libinput\-record \- record kernel events
5 .B libinput record [options] [\fI/dev/input/event0\fB [\fI/dev/input/event1\fB ...]]
8 The \fBlibinput record\fR tool records kernel events from a device and
9 prints them in a format that can later be replayed with the \fBlibinput
16 .B libinput record /dev/input/event3 touchpad.yml
18 .B libinput record recording.yml
20 .B libinput record --all all-devices.yml
22 .B libinput record /dev/input/event3 /dev/input/event4 tp-and-keyboard.yml
25 The events recorded are independent of libinput itself, updating or
26 removing libinput will not change the event stream.
69 .B \-\-with-libinput
70 Record libinput events alongside device events.
73 .B RECORDING LIBINPUT EVENTS
86 causes a bug. \fBlibinput record\fR records multiple devices with
94 .B libinput record \-o tap-bug /dev/input/event3 /dev/input/event7
99 .SH RECORDING LIBINPUT EVENTS
100 When the \fB\-\-with-libinput\fR commandline option is given,
101 \fBlibinput\-record\fR initializes a libinput context for the devices being
108 Note that while libinput and \fBlibinput\-record\fR see the same events from
110 events. libinput events may come in earlier or later than the events from
111 the device nodes and for some devices, libinput may internally alter the
114 Note that the libinput context created by \fBlibinput\-record\fR does not
120 \fBlibinput\-record\fR searches for the hidraw node(s) of the given devices
139 libinput:
229 .B libinput: {...}
230 A dictionary with libinput-specific information.
238 .SS libinput
241 libinput version
296 relevant to libinput. These properties may include properties set on a
323 This tool records events from the kernel and is independent of libinput. In
324 other words, updating or otherwise changing libinput will not alter the
325 output from this tool. libinput itself does not need to be in use to record
327 .SH LIBINPUT
330 .B libinput(1)