mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-06-10 02:08:20 +02:00
doc: fix libinput replay output format in tools.rst
The example output showed 'Name: /dev/input/eventN' but the actual code (libinput-replay.py) prints '/dev/input/eventN: Name'. Update the example to match the actual output format. Co-authored-by: Claude <noreply@anthropic.com> Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1469>
This commit is contained in:
parent
20a53db063
commit
f87bae4ed2
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ alphanumeric key shows up as letter "a".
|
|||
The recording can be replayed with the ``libinput replay`` command: ::
|
||||
|
||||
$ sudo libinput replay touchpad.yml
|
||||
SynPS/2 Synaptics TouchPad: /dev/input/event19
|
||||
/dev/input/event19: SynPS/2 Synaptics TouchPad
|
||||
Hit enter to start replaying
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue