XkbFindOverlayForKey
Find the alternate name by using the primary name for a key that is part of an overlay
- Provided by: libx11-doc (Version: 2:1.6.3-1ubuntu2.2)
- Source: libx11
- Report a bug
Find the alternate name by using the primary name for a key that is part of an overlay
char * XkbFindOverlayForKey (XkbGeometryPtr geom, XkbSectionPtr section, char *under);
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.