logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Libinput - Interface with Input Devices | Online Free DevTools by Hexmos

Interface with input devices using Libinput. Debug device events, visualize interactions, and manage tablet axis values with this powerful Linux command-line tool. Free online tool, no registration required.

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:

libinput {{[-h|--help]}}

See Also