interactive-wayland: fallback to ftruncate() if needed
[platform/upstream/libxkbcommon.git] / tools / xkbcli-how-to-type.1
1 .Dd July 27, 2020
2 .Dt XKBCLI\-HOW\-TO\-TYPE 1
3 .Os
4 .
5 .Sh NAME
6 .Nm "xkbcli how\-to\-type"
7 .Nd query how to type a given Unicode codepoint
8 .
9 .Sh SYNOPSIS
10 .Nm
11 .Op options
12 .Ar codepoint
13 .
14 .Sh DESCRIPTION
15 .Nm
16 prints the key combinations (keycode + modifiers) in the keymap's layouts which
17 would produce the given Unicode codepoint.
18 .
19 .Bl -tag -width Ds
20 .It Fl \-rules Ar rules
21 The XKB ruleset
22 .
23 .It Fl \-model Ar model
24 The XKB model
25 .
26 .It Fl \-layout Ar layout
27 The XKB layout
28 .
29 .It Fl \-variant Ar variant
30 The XKB layout variant
31 .
32 .It Fl \-options Ar options
33 The XKB options
34 .El
35 .
36 .Sh SEE ALSO
37 .Xr xkbcli 1 ,
38 .Lk https://xkbcommon.org "The libxkbcommon online documentation"