Searched refs:shift_mod (Results 1 – 4 of 4) sorted by relevance
236 if ((in & ShiftMask) && info->shift_mod != XKB_MOD_INVALID) in get_xkb_mod_mask()237 ret |= (1 << info->shift_mod); in get_xkb_mod_mask()
854 if (mods_depressed & (1 << keyboard->xkb_info->shift_mod)) in drag_grab_keyboard_modifiers()
1810 { keyboard->xkb_info->shift_mod, MODIFIER_SHIFT }, in run_modifier_bindings()2041 if (mods_lookup & (1 << keyboard->xkb_info->shift_mod)) in notify_modifiers()3158 xkb_info->shift_mod = xkb_keymap_mod_get_index(xkb_info->keymap, in weston_xkb_info_create()
719 xkb_mod_index_t shift_mod; member