Specifies the index into the KeySyms list for the event's KeyCode.
Description
The
XLookupKeysym()
function uses a given keyboard event and the index you specified to return
the KeySym from the list that corresponds to the KeyCode member in the
XKeyPressedEvent
or
XKeyReleasedEvent
structure.
If no KeySym is defined for the KeyCode of the event,
XLookupKeysym()
returns
NoSymbol.