File: xkbcli-compile-compose.1

package info (click to toggle)
libxkbcommon 1.13.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,344 kB
  • sloc: ansic: 57,807; xml: 8,905; python: 7,451; yacc: 913; sh: 253; makefile: 23
file content (48 lines) | stat: -rw-r--r-- 925 bytes parent folder | download
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
37
38
39
40
41
42
43
44
45
46
47
48
.Dd June 4, 2024
.Dt XKBCLI\-COMPILE\-COMPOSE 1
.Os
.
.Sh NAME
.Nm "xkbcli\-compile\-compose"
.Nd compile an X Keyboard Compose file
.
.Sh SYNOPSIS
.Nm
.Op Ar options
.Op Ar COMPOSE_FILE
.
.Sh DESCRIPTION
.Nm
compile and print a Compose file based on the given options
.
.Bl -tag -width
.It Ar COMPOSE_FILE
Path to the compose file to load, or
.Dq \-
to read the standard input
.
.It Fl \-help
Print help and exit
.
.It Fl \-verbose
Enable verbose debugging output
.
.It Fl \-file Ar FILE
Specify a Compose file to load, or
.Dq \-
to read the standard input.
.Pp
DEPRECATED: add the file path without the flag.
.
.It Fl \-locale Ar LOCALE
Specify the locale directly, instead of relying on the environment variables
LC_ALL, LC_TYPE and LANG.
.
.It Fl \-test
Test compilation but do not print the Compose file
.El
.
.Sh SEE ALSO
.Xr xkbcli 1 ,
.Xr Compose 5 ,
.Lk https://xkbcommon.org "The libxkbcommon online documentation"