From c0459a1dbb8ec9c6df87457f8bd989660d7d4dce Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 18 Jan 2025 20:30:04 +0200 Subject: [PATCH] libinput: add page (#15544) Co-authored-by: Wiktor Perskawiec --- pages/linux/libinput.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/libinput.md diff --git a/pages/linux/libinput.md b/pages/linux/libinput.md new file mode 100644 index 0000000000..fcad11d1fc --- /dev/null +++ b/pages/linux/libinput.md @@ -0,0 +1,24 @@ +# libinput + +> Interface with libinput. +> More information: . + +- List all devices recognized by libinput: + +`sudo libinput list-devices` + +- Print all libinput events: + +`sudo libinput debug-events` + +- Show a GUI to visualize libinput's events: + +`sudo libinput debug-gui` + +- Debug tablet axis values: + +`sudo libinput debug-tablet` + +- Display help: + +`libinput -h`