1XkbLookupKeySym(3)               XKB FUNCTIONS              XkbLookupKeySym(3)
2
3
4

NAME

6       XkbLookupKeySym  - Find the symbol associated with a key for a particu‐
7       lar state
8

SYNOPSIS

10       Bool XkbLookupKeySym (Display *dpy, KeyCode key,  unsigned  int  state,
11              unsigned int *mods_rtrn, KeySym *sym_rtrn);
12

ARGUMENTS

14       - dpy  connection to X server
15
16       - key  key for which symbols are to be found
17
18       - state
19              state for which symbol should be found
20
21       - mods_rtrn
22              backfilled with consumed modifiers
23
24       - sym_rtrn
25              backfilled with symbol associated with key + state
26

DESCRIPTION

28       XkbLookupKeySym  is  the equivalent of the core XLookupKeySym function.
29       For the core keyboard, given a keycode key and an Xkb state state,  Xk‐
30       bLookupKeySym  returns  the  symbol associated with the key in sym_rtrn
31       and the list of modifiers that should still be  applied  in  mods_rtrn.
32       The  state  parameter is the state from a KeyPress or KeyRelease event.
33       XkbLookupKeySym returns True if it succeeds.
34

SEE ALSO

36       XLookupKeySym(3)
37
38
39
40
41X Version 11                     libX11 1.7.2               XkbLookupKeySym(3)
Impressum