f89ca76179c4e6a2be100fbbb006ce57cee9299c
[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   * ` -r <rules>`:
17       The XKB ruleset
18
19   * ` -m <model>`:
20       The XKB model
21
22   * `-l <layout>`:
23       The XKB layout
24
25   * `-v <variant>`:
26       The XKB layout variant
27
28   * `-o <options>`:
29       The XKB options
30
31 ## SEE ALSO
32
33 **xkbcli**(1)
34
35 The libxkbcommon online documentation at <https://xkbcommon.org>
36