from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
XkbFindOverlayForKey
Section: XKB FUNCTIONS (3) Updated: libX11 1.6.4 Index
Return to Main Contents
NAME
XkbFindOverlayForKey - Find the alternate name by using the primary name for a
key that is part of an overlay
SYNOPSIS
-
char * XkbFindOverlayForKey
(XkbGeometryPtr geom,
XkbSectionPtr 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 considered
DESCRIPTION
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.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
|