Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

Debian 7.3.0

(Wheezy)

XkbFindOverlayForKey(3)


XkbFindOverlayForKey

XkbFindOverlayForKey

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

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.



XkbFindOverlayForKey(3)