logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XkbFindOverlayForKey - Find the alternate name by using the primary name for a key that is part of an

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.

X Version 11                                      libX11 1.8.12                          XkbFindOverlayForKey(3)

Name

       XkbFindOverlayForKey  -  Find  the  alternate name by using the primary name for a key that is part of an
       overlay

Synopsis

char*XkbFindOverlayForKey(XkbGeometryPtrgeom,XkbSectionPtrsection,_Xconstchar*under);

See Also