1XkbFindOverlayForKey(3) XKB FUNCTIONS XkbFindOverlayForKey(3)
2
3
4
6 XkbFindOverlayForKey - Find the alternate name by using the primary
7 name for a key that is part of an overlay
8
10 char * XkbFindOverlayForKey (XkbGeometryPtr geom, XkbSectionPtr sec‐
11 tion, char *under);
12
14 - geom geometry that contains the section
15
16 - section
17 section to be searched for matching keys
18
19 - under
20 primary name of the key to be considered
21
23 Keys that can generate multiple keycodes may be associated with multi‐
24 ple names. Such keys have a primary name and an alternate name.
25
26 XkbFindOverlayForKey uses the primary name of the key, under, to look
27 up the alternate name, which it returns.
28
29
30
31X Version 11 libX11 1.6.4 XkbFindOverlayForKey(3)