1XkbLookupKeySym(3) XKB FUNCTIONS XkbLookupKeySym(3)
2
3
4
6 XkbLookupKeySym - Find the symbol associated with a key for a particuā
7 lar state
8
10 Bool XkbLookupKeySym (Display *dpy, KeyCode key, unsigned int state,
11 unsigned int *mods_rtrn, KeySym *sym_rtrn);
12
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
28 XkbLookupKeySym is the equivalent of the core XLookupKeySym function.
29 For the core keyboard, given a keycode key and an Xkb state state,
30 XkbLookupKeySym 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
36 XLookupKeySym(3)
37
38
39
40
41X Version 11 libX11 1.6.9 XkbLookupKeySym(3)