1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/libinput.md

25 lines
426 B
Markdown
Raw Normal View History

# libinput
> Interface with libinput.
> More information: <https://wayland.freedesktop.org/libinput/doc/latest/>.
- 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:
2025-03-26 00:36:41 +02:00
`libinput {{[-h|--help]}}`