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.ronn56
1 files changed, 0 insertions, 56 deletions
diff --git a/tools/xkbcli-interactive-evdev.1.ronn b/tools/xkbcli-interactive-evdev.1.ronn
deleted file mode 100644
index 6b81837..0000000
--- a/tools/xkbcli-interactive-evdev.1.ronn
+++ /dev/null
@@ -1,56 +0,0 @@
-# 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
-
- * `--rules <rules>`:
- The XKB ruleset
-
- * `--model <model>`:
- The XKB model
-
- * `--layout <layout>`:
- The XKB layout
-
- * `--variant <variant>`:
- The XKB layout variant
-
- * `--options <options>`:
- The XKB options
-
- * `--keymap`:
- Specify a keymap path. This option is mutually exclusive with the rmlvo
- options.
-
- * `--report-state-changes`:
- Report changes to the keyboard state
-
- * `--enable-compose`:
- Enable compose functionality
-
- * `--consumed-mode={gtk|xkb}`:
- Set the consumed modifiers mode (default: xkb)
-
-
-## SEE ALSO
-
-**xkbcli**(1),
-**xkbcli-interactive-wayland**(1), **xkbcli-interactive-x11**(1)
-
-The libxkbcommon online documentation at <https://xkbcommon.org>
-
-