summaryrefslogtreecommitdiff
path: root/tools/libinput-record.man
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-17 10:00:30 +1000
commitc8599ea2ae68a35b39b94753725ffc793f959a6e (patch)
tree9fa2c69bbf5794fdfe7acd571efeb27f3fcf28aa /tools/libinput-record.man
parente453a2bf3ea05672c5da03eb1296f5c3171e3a19 (diff)
downloadlibinput-c8599ea2ae68a35b39b94753725ffc793f959a6e.tar.gz
tools: document show-keycodes option for libinput-record
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'tools/libinput-record.man')
-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 eb22fce0..bed3d16f 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.