mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-04-18 15:30:38 +02:00
doc/user: add a mini-blurb for the new libinput analyze tool
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
5063f30492
commit
8ed234243c
1 changed files with 15 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ The most common tools used are:
|
|||
see :ref:`here <libinput-record>`
|
||||
- ``libinput measure``: measure properties on a kernel device,
|
||||
see :ref:`here <libinput-measure>`
|
||||
- ``libinput analyze``: analyse event recordings from a kernel device,
|
||||
see :ref:`here <libinput-analyze>`
|
||||
- ``libinput quirks``: show quirks assigned to a device, see
|
||||
:ref:`here <libinput-quirks>`
|
||||
|
||||
|
|
@ -302,6 +304,19 @@ thing and one thing only and their usage is highly specific to the tool.
|
|||
Please see the **libinput-measure(1)** man page for information about what
|
||||
tools are available and the man page for each respective tool.
|
||||
|
||||
.. _libinput-analyze:
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
Analyzing device events with libinput analyze
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
The ``libinput analyze`` tool is a multiplexer for various sub-tools that
|
||||
can analyze input events previously recorded from a device.
|
||||
|
||||
Please see the **libinput-analyze(1)** man page for information about what
|
||||
tools are available and the man page for each respective too.
|
||||
|
||||
|
||||
.. _libinput-quirks:
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue