Home
last modified time | relevance | path

Searched refs:modifiers_only (Results 1 – 2 of 2) sorted by relevance

/dports/x11-wm/wayfire/wayfire-0.7.0/src/core/seat/
H A Dkeyboard.cpp295 bool modifiers_only = !seat->lpointer->has_pressed_buttons() && in handle_keyboard_key() local
301 if (mod && modifiers_only) in handle_keyboard_key()
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/
H A Dobs-hotkey.c1244 bool modifiers_only = binding->key.key == OBS_KEY_NONE; in handle_binding() local
1249 if (modifiers_only) in handle_binding()
1250 pressed = &modifiers_only; in handle_binding()
1252 if (!binding->key.modifiers && modifiers_only) in handle_binding()
1255 if ((!binding->modifiers_match && !modifiers_only) || !modifiers_match_) in handle_binding()