DragonFly On-Line Manual Pages

Search: Section:  


XKBCLI(1)              DragonFly General Commands Manual             XKBCLI(1)

NAME

xkbcli - tool to interact with XKB keymaps

SYNOPSIS

xkbcli command [arguments] xkbcli [--help | --version]

DESCRIPTION

xkbcli is a commandline tool to query, compile and test XKB keymaps, layouts and other elements. --help Print help and exit --version Print the version and exit COMMANDS compile-keymap Compile an XKB keymap, see xkbcli-compile-keymap(1) how-to-type Show how to type a given Unicode codepoint, see xkbcli-how-to-type(1) interactive-x11 Interactive debugger for XKB keymaps for X11, see xkbcli-interactive-x11(1) interactive-wayland Interactive debugger for XKB keymaps for Wayland, see xkbcli-interactive-wayland(1) interactive-evdev Interactive debugger for XKB keymaps for evdev, see xkbcli-interactive-evdev(1) list List available layouts and more, see xkbcli-list(1) Note that not all tools may be available on your system.

EXIT STATUS

0 exited successfully 1 an error occured 2 program was called with invalid arguments

SEE ALSO

The libxkbcommon online documentation: https://xkbcommon.org DragonFly 6.5-DEVELOPMENT July 27, 2020 DragonFly 6.5-DEVELOPMENT XKBCLI-LIST(1) DragonFly General Commands Manual XKBCLI-LIST(1)

NAME

xkbcli list - list available XKB models, layouts, variants and options

SYNOPSIS

xkbcli list [/path/to/xkbbase [/path/to/xkbbase] ...]

DESCRIPTION

List available model, layout, variant and option (MLVO) values from the XKB registry. The output is in YAML 1.2 format. Positional arguments are treated as XKB base directory installations. --help Print help and exit --verbose Increase verbosity, use multiple times for debugging output --ruleset name Load the ruleset with the given name --skip-default-paths Do not load the default XKB include paths --load-exotic Load exotic (extra) layouts

SEE ALSO

xkbcli(1), The libxkbcommon online documentation: https://xkbcommon.org DragonFly 6.5-DEVELOPMENT November 1, 2021 DragonFly 6.5-DEVELOPMENT

Search: Section: