tools: don't mangle the path for tools, just exec directly
[platform/upstream/libxkbcommon.git] / tools / xkbcli-interactive-evdev.1.ronn
1 # xkbcli-interactive-evdev(1) - interactive debugger for XKB maps
2
3 ## SYNOPSIS
4
5 **xkbcli** interactive-evdev \[--help\] \[OPTIONS\]
6
7 ## DESCRIPTION
8
9 **xkbcli interactive-evdev** is a commandline tool to interactively
10 debug XKB maps by listening to `/dev/input/eventX` evdev devices.
11
12 This is a debugging tool, its behavior or output is not guaranteed to be
13 stable.
14
15 ## OPTIONS
16
17   * `--help`:
18       Print help and exit
19
20   * `--rules <rules>`:
21       The XKB ruleset
22
23   * `--model <model>`:
24       The XKB model
25
26   * `--layout <layout>`:
27       The XKB layout
28
29   * `--variant <variant>`:
30       The XKB layout variant
31
32   * `--options <options>`:
33       The XKB options
34
35   * `--keymap`:
36       Specify a keymap path. This option is mutually exclusive with the rmlvo
37       options.
38
39   * `--report-state-changes`:
40       Report changes to the keyboard state
41
42   * `--enable-compose`:
43       Enable compose functionality
44
45   * `--consumed-mode={gtk|xkb}`:
46       Set the consumed modifiers mode (default: xkb)
47
48
49 ## SEE ALSO
50
51 **xkbcli**(1),
52 **xkbcli-interactive-wayland**(1), **xkbcli-interactive-x11**(1)
53
54 The libxkbcommon online documentation at <https://xkbcommon.org>
55
56