From f87bae4ed2c7fa894068af7dd84dcdeaf8c6b375 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 17 Apr 2026 11:59:52 +1000 Subject: [PATCH] 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 Part-of: --- doc/user/tools.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/tools.rst b/doc/user/tools.rst index f87b69b2..1b4b125e 100644 --- a/doc/user/tools.rst +++ b/doc/user/tools.rst @@ -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