File: brlapi_keybinding_t.3

package info (click to toggle)
brltty 3.4.1-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,268 kB
  • ctags: 4,537
  • sloc: ansic: 54,295; sh: 3,470; makefile: 793; tcl: 398; yacc: 300; awk: 57; python: 29
file content (32 lines) | stat: -rw-r--r-- 833 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
.TH "brlapi_keybinding_t" 3 "15 Jan 2004" "BrlAPI" \" -*- nroff -*-
.ad l
.nh
.SH NAME
brlapi_keybinding_t \- Key binding structure. 
.SH SYNOPSIS
.br
.PP
\fC#include <brlapi.h>\fP
.PP
.SS "Data Fields"

.in +1c
.ti -1c
.RI "const char * \fBclient\fP"
.br
.in -1c
.SH "DETAILED DESCRIPTION"
.PP 
This holds settings for the key binding mechanism. Calling \fBbrlapi_getTty()\fP with it will load bindings from file \fC'$HOME/BRLAPI_HOMEKEYDIR/\fBclient\fP-xy\\#\\#BRLAPI_HOMEKEYEXT'\fP where \fCxy\fP is the driver code, as returned by \fBbrlapi_getDriverId()\fP 
.PP
.SH "FIELD DOCUMENTATION"
.PP 
.SS "const char* brlapi_keybinding_t::client"
.PP
application name
.PP
this is used to build the name of the file which will be read for bindings. 

.SH "AUTHOR"
.PP 
Generated automatically by Doxygen for BrlAPI from the source code.