summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2019-01-17 10:00:30 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2019-01-21 10:39:55 +1000
commitbe762cc492fe82602a851faa71815250ae430eae (patch)
tree88fc9459e8103344f76766b021d4af724f6234f1 /tools
parentbd1f8c8587abd5b0d4c1eac31b379d89b8e4b591 (diff)
tools: document show-keycodes option for libinput-record
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> (cherry picked from commit c8599ea2ae68a35b39b94753725ffc793f959a6e)
Diffstat (limited to 'tools')
-rw-r--r--tools/libinput-record.man4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/libinput-record.man b/tools/libinput-record.man
index 15f5a060..a83c7911 100644
--- a/tools/libinput-record.man
+++ b/tools/libinput-record.man
@@ -53,6 +53,10 @@ This option requires that a
\fB\-\-output-file\fR is specified and that all devices to be recorded are
given on the commandline.
.TP 8
+.B \-\-show\-keycodes
+Show keycodes as-is in the recording. By default, common keys are obfuscated
+and printed as \fBKEY_A\fR to avoid information leaks.
+.TP 8
.B \-\-with-libinput
Record libinput events alongside device events.
.B THIS FEATURE IS EXPERIMENTAL.