2020-07-22 17:37:15 -06:00
|
|
|
.TH "XKBCLI" "1" "" "" "libxkbcommon manual"
|
|
|
|
.
|
|
|
|
.SH "NAME"
|
|
|
|
\fBxkbcli\fR \- tool to interact with XKB keymaps
|
|
|
|
.
|
|
|
|
.SH "SYNOPSIS"
|
|
|
|
\fBxkbcli\fR [\-\-help|\-\-version] <command> [\fIargs\fR]
|
|
|
|
.
|
|
|
|
.SH "DESCRIPTION"
|
2020-07-25 02:17:11 -06:00
|
|
|
\fBxkbcli\fR is a commandline tool to query, compile and test XKB keymaps, layouts and other elements.
|
2020-07-22 17:37:15 -06:00
|
|
|
.
|
|
|
|
.SH "OPTIONS"
|
|
|
|
.
|
|
|
|
.TP
|
2020-07-25 02:17:11 -06:00
|
|
|
.B \-\-help
|
2020-07-22 17:37:15 -06:00
|
|
|
Print help and exit
|
|
|
|
.
|
|
|
|
.TP
|
2020-07-25 02:17:11 -06:00
|
|
|
.B \-\-version
|
2020-07-22 17:37:15 -06:00
|
|
|
Print the version and exit
|
|
|
|
.
|
|
|
|
.SH "COMMANDS"
|
|
|
|
.
|
|
|
|
.TP
|
2020-07-25 02:17:11 -06:00
|
|
|
.B how\-to\-type
|
|
|
|
Show how to type a given Unicode codepoint, see \fBxkbcli\-how\-to\-type\fR(1)
|
2020-07-22 17:37:15 -06:00
|
|
|
.
|
|
|
|
.TP
|
2020-07-25 02:17:11 -06:00
|
|
|
.B interactive\-x11
|
|
|
|
Interactive debugger for XKB keymaps for X11, see \fBxbkcli\-interactive\-x11\fR(1)
|
2020-07-22 17:37:15 -06:00
|
|
|
.
|
|
|
|
.TP
|
2020-07-25 02:17:11 -06:00
|
|
|
.B interactive\-wayland
|
|
|
|
Interactive debugger for XKB keymaps for Wayland, see \fBxkbcli\-interactive\-wayland\fR(1)
|
2020-07-22 17:37:15 -06:00
|
|
|
.
|
|
|
|
.TP
|
2020-07-25 02:17:11 -06:00
|
|
|
.B interactive\-evdev
|
|
|
|
Interactive debugger for XKB keymaps for evdev (Linux), see \fBxkbcli\-interactive\-evdev\fR
|
2020-07-22 17:37:15 -06:00
|
|
|
.
|
|
|
|
.TP
|
2020-07-25 02:17:11 -06:00
|
|
|
.B list
|
2020-07-22 17:37:15 -06:00
|
|
|
List available layouts and more, see \fBxkbcli\-list\fR(1)
|
|
|
|
.
|
|
|
|
.P
|
2020-07-25 02:17:11 -06:00
|
|
|
Note that not all tools may be available on your system.
|
2020-07-22 17:37:15 -06:00
|
|
|
.
|
|
|
|
.SH "EXIT STATUS"
|
|
|
|
.
|
|
|
|
.TP
|
|
|
|
0
|
|
|
|
exited successfully
|
|
|
|
.
|
|
|
|
.TP
|
|
|
|
1
|
|
|
|
an error occured
|
|
|
|
.
|
|
|
|
.TP
|
|
|
|
2
|
|
|
|
program was called with invalid arguments
|
|
|
|
.
|
|
|
|
.SH "SEE ALSO"
|
2020-07-25 02:17:11 -06:00
|
|
|
The
|
|
|
|
.UR https://xkbcommon.org
|
|
|
|
libxkbcommon online documentation
|
|
|
|
.UE
|