summaryrefslogtreecommitdiff
path: root/tools/xkbcli-how-to-type.1.ronn
blob: fc3faa407fe81f8dd2231e988d3d29a2040b8a5c (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
# xkbcli-how-to-type(1) - query how to type a given Unicode codepoint

## SYNOPSIS

**xkbcli** how-to-type \[OPTIONS\] <codepoint>

## DESCRIPTION

**xkbcli how-to-type** prints key sequences to type the given Unicode
codepoint.

Pipe into `column -ts $'\\t'` for nicely aligned output.

## OPTIONS

  * `--rules <rules>`:
      The XKB ruleset

  * `--model <model>`:
      The XKB model

  * `--layout <layout>`:
      The XKB layout

  * `--variant <variant>`:
      The XKB layout variant

  * `--options <options>`:
      The XKB options

## SEE ALSO

**xkbcli**(1)

The libxkbcommon online documentation at <https://xkbcommon.org>