Fzzy Keybind Simple
Basic implementation of Relevant that uses TriState for processing modifier inputs. TriState.DEFAULT auto-passes the modifier key (either pressed or not-pressed will be considered relevant)
Author
fzzyhmstrs
Since
0.6.5
Parameters
Int keycode of the key to test for
TriState whether ctrl modifier key is needed or not. Generally if ctrl is TriState.TRUE, the other modifiers should be TriState.FALSE to avoid input relevance ambiguity
TriState whether shift modifier key is needed or not. Generally if shift is TriState.TRUE, the other modifiers should be TriState.FALSE to avoid input relevance ambiguity
TriState whether alt modifier key is needed or not. Generally if alt is TriState.TRUE, the other modifiers should be TriState.FALSE to avoid input relevance ambiguity
Properties
Functions
Copies the current keybind object where possible.
Creates a compound keybind (multiple-choice) with other. If this compound is already compound, the new addition will be added as a further choice.
Keybinds contained within this keybind.