summaryrefslogtreecommitdiff
path: root/tools/xkbcli-interactive-evdev.1.ronn
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xkbcli-interactive-evdev.1.ronn')
-rw-r--r--tools/xkbcli-interactive-evdev.1.ronn59
1 files changed, 59 insertions, 0 deletions
diff --git a/tools/xkbcli-interactive-evdev.1.ronn b/tools/xkbcli-interactive-evdev.1.ronn
new file mode 100644
index 0000000..b3d98f4
--- /dev/null
+++ b/tools/xkbcli-interactive-evdev.1.ronn
@@ -0,0 +1,59 @@
+# xkbcli-interactive-evdev(1) - interactive debugger for XKB maps
+
+## SYNOPSIS
+
+**xkbcli** interactive-evdev \[--help\] \[OPTIONS\]
+
+## DESCRIPTION
+
+**xkbcli interactive-evdev** is a commandline tool to interactively
+debug XKB maps by listening to `/dev/input/eventX` evdev devices.
+
+This is a debugging tool, its behavior or output is not guaranteed to be
+stable.
+
+## OPTIONS
+
+ * `--help`:
+ Print help and exit
+
+ * `-r`:
+ Specify the XKB ruleset
+
+ * `-m`:
+ Specify the XKB model
+
+ * `-l`:
+ Specify the XKB layout
+
+ * `-v`:
+ Specify the XKB variant
+
+ * `-o`:
+ Specify the XKB options
+
+ * `-k`:
+ Specify a keymap path. This option is mutually exclusive with the rmlvo
+ options.
+
+ * `-n`:
+ Specify an evdev keycode offset.
+
+ * `-c`:
+ Report changes to the keyboard state
+
+ * `-d`:
+ Enable compose functionality
+
+ * `-g`:
+ Use GTK consumed mode
+
+
+## SEE ALSO
+
+**xkbcli**(1),
+**xkbcli-interactive-wayland**(1), **xkbcli-interactive-x11**(1)
+
+The libxkbcommon online documentation at <https://xkbcommon.org>
+
+