d5002ae409dffa7db727ab9bc30d234a58cf5100
[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/keysym
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 \-keysym
21 Treat the argument as a keysym, not a Unicode codepoint
22 .
23 .It Fl \-rules Ar rules
24 The XKB ruleset
25 .
26 .It Fl \-model Ar model
27 The XKB model
28 .
29 .It Fl \-layout Ar layout
30 The XKB layout
31 .
32 .It Fl \-variant Ar variant
33 The XKB layout variant
34 .
35 .It Fl \-options Ar options
36 The XKB options
37 .El
38 .
39 .Sh SEE ALSO
40 .Xr xkbcli 1 ,
41 .Lk https://xkbcommon.org "The libxkbcommon online documentation"