1XKBCLI-INTERACTIVE-EVD... BSD General Commands ManualXKBCLI-INTERACTIVE-EVD...
2
4 xkbcli interactive-evdev — interactive debugger for XKB keymaps
5
7 xkbcli interactive-evdev [options]
8
10 xkbcli interactive-evdev is a commandline tool to interactively debug XKB
11 keymaps by listening to /dev/input/eventX evdev devices.
12
13 xkbcli interactive-evdev requires permission to open the evdev device
14 nodes. This usually requires being the “root” user or belonging to the
15 “input” group.
16
17 Press the ⟨Escape⟩ key to exit.
18
19 This is a debugging tool, its behavior or output is not guaranteed to be
20 stable.
21
22 --help Print help and exit
23
24 --rules rules
25 The XKB ruleset
26
27 --model model
28 The XKB model
29
30 --layout layout
31 The XKB layout
32
33 --variant variant
34 The XKB layout variant
35
36 --option options
37 The XKB options
38
39 --keymap file
40 Specify a keymap path. This option is mutually exclusive with
41 the RMLVO options.
42
43 --report-state-changes
44 Report changes to the keyboard state
45
46 --enable-compose
47 Enable Compose functionality
48
49 --consumed-mode {xkb|gtk}
50 Set the consumed modifiers mode (default: xkb)
51
52 --without-x11-offset
53 Don't add an offset of 8 when converting an evdev keycode to an
54 XKB keycode. You probably don't want this option.
55
57 xkbcli(1), xkbcli-interactive-wayland(1), xkbcli-interactive-x11(1), The
58 libxkbcommon online documentation: https://xkbcommon.org
59
60BSD July 27, 2020 BSD