summaryrefslogtreecommitdiff
path: root/tools/xkbcli-interactive-evdev.1.ronn
blob: b3d98f405f7b0d3076100c6bc488eb262b43b7fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
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>