File: xbrlapi.1.in

package info (click to toggle)
brltty 6.9-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 44,984 kB
  • sloc: ansic: 154,183; java: 13,514; sh: 9,934; xml: 5,672; tcl: 2,679; makefile: 2,346; awk: 713; lisp: 366; python: 321; ml: 301
file content (62 lines) | stat: -rw-r--r-- 1,565 bytes parent folder | download | duplicates (2)
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
.TH "XBRLAPI" "1" "February 2026" "@api_name@ @api_release@" "@api_name@ User's Manual"
.SH NAME
xbrlapi \- X11 BrlAPI helper for Linux/Unix
.SH SYNOPSIS
\fBxbrlapi\fR [\fIoption\fR ...]
.SH DESCRIPTION
.B xbrlapi
connects to a
.B BrlAPI
server in order to provide it with the ID of the
.B X11
window which currently has focus.
It also simulates
.B X
keysyms from braille key presses (else brltty would simulate them using a qwerty
keyboard). By default, it puts itself in the background, unless option
.B -n
is given.
.SH OPTIONS
Options are processed sequentially from left to right.
If an option is specified more than once,
or in case of a conflict,
the rightmost specification takes precedence.
.PP
The following options are supported:
.TP
\fB-b\fR [\fIhost\fR][:\fIport\fR] (\fB--brlapi=\fR)
The
.B BrlAPI
server to connect to.
.TP
\fB-a\fR \fIstring\fR (\fB--auth=\fR)
The
.B BrlAPI
authorization/authentication string.
.TP
\fB-d\fR \fIdisplay\fR (\fB--display=\fR)
The
.B X
display to connect to.
If not specified, the content of the
.B DISPLAY
environment variable is used.
.TP
\fB-n\fR (\fB--no-daemon\fR)
Keep xbrlapi in the foreground.
.TP
\fB-q\fR (\fB--quiet\fR)
Do not write any text to the braille device.
.TP
\fB-h\fR (\fB--help\fR)
Print a command line usage summary and then exit.
.TP
\fB-H\fR (\fB--full-help\fR)
Print a thorough command line usage summary and then exit.
.SH "SEE ALSO"
For more details on the purpose of
.BR xbrlapi ,
see
.BR BrlAPI 's
on-line manual at
.RB "[" "http://brltty.app/doc/Manual-BrlAPI/English/BrlAPI-3.html" "]."