2021-11-01 15:56:22 -06:00
|
|
|
.Dd November 1, 2021
|
2020-07-27 02:24:06 -06:00
|
|
|
.Dt XKBCLI\-LIST 1
|
|
|
|
.Os
|
2020-07-22 17:37:15 -06:00
|
|
|
.
|
2020-07-27 02:24:06 -06:00
|
|
|
.Sh NAME
|
|
|
|
.Nm "xkbcli list"
|
|
|
|
.Nd list available XKB models, layouts, variants and options
|
2020-07-22 17:37:15 -06:00
|
|
|
.
|
2020-07-27 02:24:06 -06:00
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
|
|
|
.Op Pa /path/to/xkbbase Oo Pa /path/to/xkbbase Oc ...
|
2020-07-22 17:37:15 -06:00
|
|
|
.
|
2020-07-27 02:24:06 -06:00
|
|
|
.Sh DESCRIPTION
|
2021-11-01 15:56:22 -06:00
|
|
|
List available model, layout, variant and option (MLVO) values from the XKB registry.
|
|
|
|
The output is in YAML 1.2 format.
|
2020-07-22 17:37:15 -06:00
|
|
|
.
|
2020-07-27 02:24:06 -06:00
|
|
|
.Pp
|
2021-11-01 15:56:22 -06:00
|
|
|
Positional arguments are treated as XKB base directory installations.
|
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
|
|
|
Increase verbosity, use multiple times for debugging output
|
|
|
|
.
|
2020-07-27 02:24:06 -06:00
|
|
|
.It Fl \-ruleset Ar name
|
2020-07-22 17:37:15 -06:00
|
|
|
Load the ruleset with the given name
|
|
|
|
.
|
2020-07-27 02:24:06 -06:00
|
|
|
.It Fl \-skip\-default\-paths
|
2020-07-22 17:37:15 -06:00
|
|
|
Do not load the default XKB include paths
|
|
|
|
.
|
2020-07-27 02:24:06 -06:00
|
|
|
.It Fl \-load\-exotic
|
2020-07-22 17:37:15 -06:00
|
|
|
Load exotic (extra) layouts
|
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"
|