Get the single keysym obtained from pressing a particular key in a
given keyboard state.
This function is similar to xkb_state_key_get_syms(), but intended
for users which cannot or do not want to handle the case where
multiple keysyms are returned (in which case this function is
preferred).
@returns The keysym. If the key does not have exactly one keysym,
returns XKB_KEY_NoSymbol
This function performs Capitalization @ref keysym-transformations.
Get the single keysym obtained from pressing a particular key in a given keyboard state.
This function is similar to xkb_state_key_get_syms(), but intended for users which cannot or do not want to handle the case where multiple keysyms are returned (in which case this function is preferred).
@returns The keysym. If the key does not have exactly one keysym, returns XKB_KEY_NoSymbol
This function performs Capitalization @ref keysym-transformations.
@sa xkb_state_key_get_syms() @memberof xkb_state