libxkbcommon  1.9.2
Library implementing the XKB specification for parsing keyboard descriptions and handling keyboard state
Deprecated List
Module legacy-virtual-modifier-names
Use Virtual modifiers names instead
Page User-configuration
$HOME/.xkb/ as a legacy alternative to the previous XDG option.
  1. $XKB_CONFIG_EXTRA_PATH if set, otherwise <sysconfdir>/xkb (on most distributions this is /etc/xkb).
  2. $XKB_CONFIG_ROOT if set, otherwise <datadir>/X11/xkb/ (path defined by the xkeyboard-config package, on most distributions this is /usr/share/X11/xkb).
Global XKB_MOD_NAME_ALT
Use XKB_VMOD_NAME_ALT instead.
Global XKB_MOD_NAME_LOGO
Use XKB_VMOD_NAME_SUPER instead.
Global XKB_MOD_NAME_NUM
Use XKB_VMOD_NAME_NUM instead.
Global xkb_state::xkb_state_mod_mask_remove_consumed (struct xkb_state *state, xkb_keycode_t key, xkb_mod_mask_t mask)
Use xkb_state_key_get_consumed_mods2() instead.