XKB FUNCTIONS XkbFindOverlayForKey(3x11)
NAME
XkbFindOverlayForKey - Find the alternate name by using the
primary name for a key that is part of an overlaySYNOPSIS
cc [ flag... ] file... -lX11 [ library... ]
char * XkbFindOverlayForKey (XkbGeometryPtr geom, XkbSec-
tionPtr section, char *under); ARGUMENTS- geom
geometry that contains the section- section
section to be searched for matching keys- under
primary name of the key to be consideredDESCRIPTION
Keys that can generate multiple keycodes may be associated with multiple names. Such keys have a primary name and an alternate name.XkbFindOverlayForKey uses the primary name of the key,
under, to look up the alternate name, which it returns.ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | x11/library/libx11 ||_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | See XInitThreads(3X11) |
|_____________________________|_____________________________|
X Version 11 Last change: libX11 1.3.5 1