tools: don't mangle the path for tools, just exec directly
[platform/upstream/libxkbcommon.git] / tools / xkbcli-how-to-type.1.ronn
1 # xkbcli-how-to-type(1) - query how to type a given Unicode codepoint
2
3 ## SYNOPSIS
4
5 **xkbcli** how-to-type \[OPTIONS\] <codepoint>
6
7 ## DESCRIPTION
8
9 **xkbcli how-to-type** prints key sequences to type the given Unicode
10 codepoint.
11
12 Pipe into `column -ts $'\\t'` for nicely aligned output.
13
14 ## OPTIONS
15
16   * `--rules <rules>`:
17       The XKB ruleset
18
19   * `--model <model>`:
20       The XKB model
21
22   * `--layout <layout>`:
23       The XKB layout
24
25   * `--variant <variant>`:
26       The XKB layout variant
27
28   * `--options <options>`:
29       The XKB options
30
31 ## SEE ALSO
32
33 **xkbcli**(1)
34
35 The libxkbcommon online documentation at <https://xkbcommon.org>
36