XkbLookupKeySym (3) Linux Manual Page
XkbLookupKeySym – Find the symbol associated with a key for a particular state
Synopsis
- Bool XkbLookupKeySym (Display *dpy, KeyCode key, unsigned int state, unsigned int *mods_rtrn, KeySym *sym_rtrn);
Arguments
- – dpy
- connection to X server
- connection to X server
- – key
- key for which symbols are to be found
- – state
- state for which symbol should be found
- – mods_rtrn
- backfilled with consumed modifiers
- – sym_rtrn
- backfilled with symbol associated with key + state
