summaryrefslogtreecommitdiff
path: root/tools/xkbcli-interactive-evdev.1
blob: ac315fa7588098ae8e179a6bd702f709b07f68f5 (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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
.TH "XKBCLI\-INTERACTIVE\-EVDEV" "1" "" "" "libxkbcommon manual"
.
.SH "NAME"
\fBxkbcli\-interactive\-evdev\fR \- interactive debugger for XKB keymaps
.
.SH "SYNOPSIS"
\fBxkbcli\fR interactive\-evdev [\-\-help] [OPTIONS]
.
.SH "DESCRIPTION"
\fBxkbcli interactive\-evdev\fR is a commandline tool to interactively debug XKB keymaps by listening to \fB/dev/input/eventX\fR evdev devices (Linux).
.
.P
.B xkbcli interactive\-evdev
requires permission to open the evdev device nodes.
This usually requires being the \fBroot\fR user or belonging to the \fBinput\fR group.
.
.P
Press the Escape key to exit.
.
.P
This is a debugging tool, its behavior or output is not guaranteed to be stable.
.
.SH "OPTIONS"
.
.TP
.B \-\-help
Print help and exit
.
.TP
.B \-\-rules=<rules>
The XKB ruleset
.
.TP
.B \-\-model=<model>
The XKB model
.
.TP
.B \-\-layout=<layout>
The XKB layout
.
.TP
.B \-\-variant=<variant>
The XKB layout variant
.
.TP
.B \-\-options=<options>
The XKB options
.
.TP
.B \-\-keymap=PATH
Specify a keymap path.
This option is mutually exclusive with the RMLVO options.
.
.TP
.B \-\-report\-state\-changes
Report changes to the keyboard state
.
.TP
.B \-\-enable\-compose
Enable Compose functionality
.
.TP
.B \-\-consumed\-mode={xkb|gtk}
Set the consumed modifiers mode (default: xkb)
.
.TP
.B \-\-without\-x11\-offset
Don't add an offset of 8 when converting an evdev keycode to an XKB keycode.
You probably don't want this option.
.
.SH "SEE ALSO"
\fBxkbcli\fR(1), \fBxkbcli\-interactive\-wayland\fR(1), \fBxkbcli\-interactive\-x11\fR(1)
.
.P
The
.UR https://xkbcommon.org
libxkbcommon online documentation
.UE