1
0

libinput.man 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. .TH libinput "1" "" "libinput @LIBINPUT_VERSION@" "libinput Manual"
  2. .SH NAME
  3. libinput \- tool to interface with libinput
  4. .SH SYNOPSIS
  5. .B libinput [\-\-help|\-\-version] \fI<command>\fR \fI[<args>]\fR
  6. .SH DESCRIPTION
  7. .PP
  8. libinput is a library to handle input devices and provides device
  9. detection and input device event processing for most Wayland
  10. compositors and the X.Org xf86-input-libinput driver.
  11. .PP
  12. The
  13. .B "libinput"
  14. tools are a set of tools to debug, interface with and analyze data for
  15. libinput. These tools create libinput contexts separate from that of
  16. the compositor/X server and cannot change settings in a running session.
  17. See section
  18. .B COMMANDS
  19. for a list of available commands.
  20. .PP
  21. libinput's API documentation and details on features and various high-level
  22. concepts are available online at
  23. .I https://wayland.freedesktop.org/libinput/doc/latest/
  24. .PP
  25. The man page for the X.Org xf86-input-libinput driver is
  26. .B libinput(4).
  27. .SH OPTIONS
  28. .TP 8
  29. .B \-\-help
  30. Print help and exit
  31. .TP 8
  32. .B \-\-version
  33. Print the version and exit
  34. .SH COMMANDS
  35. .TP 8
  36. .B libinput\-debug\-events(1)
  37. Print all events as seen by libinput
  38. @HAVE_DEBUG_GUI@.TP 8
  39. @HAVE_DEBUG_GUI@.B libinput\-debug\-gui(1)
  40. @HAVE_DEBUG_GUI@Show a GUI to visualize libinput's events
  41. .TP 8
  42. .B libinput\-debug\-tablet(1)
  43. A commandline tool to debug tablet axis values
  44. .TP 8
  45. .B libinput\-list\-devices(1)
  46. List all devices recognized by libinput
  47. .TP 8
  48. .B libinput\-list\-kernel-devices(1)
  49. List all kernel devices available on this system
  50. .TP 8
  51. .B libinput\-measure(1)
  52. Measure various properties of devices
  53. .TP 8
  54. .B libinput\-record(1)
  55. Record the events from a device
  56. .TP 8
  57. .B libinput\-replay(1)
  58. Replay the events from a device
  59. .TP 8
  60. .B libinput\-analyze(1)
  61. Analyze events from a device
  62. .TP 8
  63. .B libinput\-test(1)
  64. Test libinput itself.
  65. .SH LIBINPUT
  66. Part of the
  67. .B libinput(1)
  68. suite
  69. .PP
  70. .SH SEE ALSO
  71. libinput(4)
  72. .PP
  73. libinput's online documentation
  74. .I https://wayland.freedesktop.org/libinput/doc/latest/