ModifierMask
interludesoftware.tick¶
Interlude.Tick¶
ModifierMask Enum¶
Modifier keys that a binding requires held when its key is pressed. Used by every per-feature bindings class to express shortcuts like Ctrl+C / Shift+Tab. The match semantics are \<b>exact\</b>: only the modifiers in the mask may be held when the key is pressed, so Shift+Tab does not trigger a Tab-with-no-modifiers binding.