libxkbcommon  1.8.0
Library implementing the XKB specification for parsing keyboard descriptions and handling keyboard state
Deprecated List
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_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.