2020-07-27 02:24:06 -06:00
|
|
|
.Dd July 27, 2020
|
|
|
|
.Dt XKBCLI\-COMPILE\-KEYMAP 1
|
|
|
|
.Os
|
2020-07-22 17:37:15 -06:00
|
|
|
.
|
2020-07-27 02:24:06 -06:00
|
|
|
.Sh NAME
|
|
|
|
.Nm "xkbcli compile\-keymap"
|
|
|
|
.Nd compile an XKB keymap
|
2020-07-22 17:37:15 -06:00
|
|
|
.
|
2020-07-27 02:24:06 -06:00
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
|
|
|
.Op Ar options
|
2020-07-22 17:37:15 -06:00
|
|
|
.
|
2020-07-27 02:24:06 -06:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
|
|
|
compiles and prints a keymap based on the given options.
|
2020-07-22 17:37:15 -06:00
|
|
|
.
|
2020-07-27 02:24:06 -06:00
|
|
|
.Bl -tag -width Ds
|
|
|
|
.It Fl \-help
|
2020-07-22 17:37:15 -06:00
|
|
|
Print help and exit
|
|
|
|
.
|
2020-07-27 02:24:06 -06:00
|
|
|
.It Fl \-verbose
|
2020-07-22 17:37:15 -06:00
|
|
|
Enable verbose debugging output
|
|
|
|
.
|
2020-07-27 02:24:06 -06:00
|
|
|
.It Fl \-rmlvo
|
2020-07-22 17:37:15 -06:00
|
|
|
Print the full RMLVO with the defaults filled in for missing elements
|
|
|
|
.
|
2020-07-27 02:24:06 -06:00
|
|
|
.It Fl \-from\-xkb
|
2020-07-25 02:17:11 -06:00
|
|
|
Load the XKB file from stdin, ignore RMLVO options.
|
2020-07-27 02:24:06 -06:00
|
|
|
This option must not be used with
|
|
|
|
.Fl \-kccgst .
|
2020-07-22 17:37:15 -06:00
|
|
|
.
|
2020-07-27 02:24:06 -06:00
|
|
|
.It Fl \-include Ar PATH
|
2020-07-25 02:17:11 -06:00
|
|
|
Add the given path to the include path list.
|
|
|
|
This option is order\-dependent, include paths given first are searched first.
|
|
|
|
If an include path is given, the default include path list is not used.
|
2020-07-27 02:24:06 -06:00
|
|
|
Use
|
|
|
|
.Fl -\-include\-defaults
|
|
|
|
to add the default include paths.
|
2020-07-22 17:37:15 -06:00
|
|
|
.
|
2020-07-27 02:24:06 -06:00
|
|
|
.It Fl \-include\-defaults
|
2020-07-25 02:17:11 -06:00
|
|
|
Add the default set of include directories.
|
|
|
|
This option is order-dependent, include paths given first are searched first.
|
2020-07-22 17:37:15 -06:00
|
|
|
.
|
2020-07-27 02:24:06 -06:00
|
|
|
.It Fl \-rules Ar rules
|
2020-07-22 17:37:15 -06:00
|
|
|
The XKB ruleset
|
|
|
|
.
|
2020-07-27 02:24:06 -06:00
|
|
|
.It Fl \-model Ar model
|
2020-07-22 17:37:15 -06:00
|
|
|
The XKB model
|
|
|
|
.
|
2020-07-27 02:24:06 -06:00
|
|
|
.It Fl \-layout Ar layout
|
2020-07-22 17:37:15 -06:00
|
|
|
The XKB layout
|
|
|
|
.
|
2020-07-27 02:24:06 -06:00
|
|
|
.It Fl \-variant Ar variant
|
2020-07-22 17:37:15 -06:00
|
|
|
The XKB layout variant
|
|
|
|
.
|
2020-07-27 02:24:06 -06:00
|
|
|
.It Fl \-options Ar options
|
2020-07-22 17:37:15 -06:00
|
|
|
The XKB options
|
2020-07-27 02:24:06 -06:00
|
|
|
.El
|
2020-07-22 17:37:15 -06:00
|
|
|
.
|
2020-07-27 02:24:06 -06:00
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr xkbcli 1 ,
|
|
|
|
.Lk https://xkbcommon.org "The libxkbcommon online documentation"
|