summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2020-03-23 16:48:31 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2020-03-25 05:52:56 +0000
commit8ed234243cc3ed65f4b99fd94ac3b12b6fa27e0d (patch)
tree1381fe3d90af812e76e7b5337d835b617e04acfc /doc
parent5063f304929d6188a65159df7f43850a9278d041 (diff)
downloadlibinput-8ed234243cc3ed65f4b99fd94ac3b12b6fa27e0d.tar.gz
doc/user: add a mini-blurb for the new libinput analyze tool
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/user/tools.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/user/tools.rst b/doc/user/tools.rst
index d4700852..602319a0 100644
--- a/doc/user/tools.rst
+++ b/doc/user/tools.rst
@@ -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:
------------------------------------------------------------------------------