1XkbAddSymInterpret(3)            XKB FUNCTIONS           XkbAddSymInterpret(3)
2
3
4

NAME

6       XkbAddSymInterpret  - Add a symbol interpretation to the list of symbol
7       interpretations in an XkbCompatRec
8

SYNOPSIS

10       XkbSymInterpretPtr  XkbAddSymInterpret  (XkbDescPtr  xkb,  XkbSymInter‐
11              pretPtr si, Bool updateMap, XkbChangesPtr changes);
12

ARGUMENTS

14       - xkb  keyboard description to be updated
15
16       - si   symbol interpretation to be added
17
18       - updateMap
19              True=>apply compatibility map to keys
20
21       - changes
22              changes are put here
23

DESCRIPTION

25       XkbAddSymInterpret  adds  si  to  the list of symbol interpretations in
26       xkb.  If updateMap is True, it (re)applies the compatibility map to all
27       of  the  keys  on  the keyboard. If changes is non-NULL, it reports the
28       parts of the keyboard that were affected (unless updateMap is True, not
29       much  changes).  XkbAddSymInterpret returns a pointer to the actual new
30       symbol interpretation in the list or NULL if it failed.
31
32
33
34X Version 11                     libX11 1.6.12           XkbAddSymInterpret(3)
Impressum