summaryrefslogtreecommitdiff
path: root/tools/xkbcli.1.ronn
blob: b6a98f0f3634d9cb3b7e246bbef03a570e05de9a (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
# xkbcli(1) - tool to interact with XKB keymaps

## SYNOPSIS

**xkbcli** [--help|--version] &lt;command&gt; [<args>]

## DESCRIPTION

**xkbcli** is a commandline tool to query, compile and test XKB keymaps,
layouts and other elements.

## OPTIONS

  * `--help`:
      Print help and exit

  * `--version`:
      Print the version and exit

## COMMANDS

  * `how-to-type`:
      Show how to type a given unicode codepoint, see
      `xkbcli-how-to-type`(1)

  * `interactive-x11`:
      Interactive debugger for XKB maps for X11, see `xbkcli-interactive-x11`(1)

  * `interactive-wayland`:
      Interactive debugger for XKB maps for Wayland, see
      `xkbcli-interactive-wayland`(1)

  * `interactive-evdev`:
      Interactive debugger for XKB maps for evdev, see
      `xkbcli-interactive-evdev`

  * `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 at <https://xkbcommon.org>