keyboard-combo
keyboard-combo copied to clipboard
Only trigger events if combos match exactly
Right now
Keyboard.Combo.combo1 (Keyboard.Combo.r) DoSomething
triggers even if other keys are already down (such as shift, super, etc.)
This should only trigger if only "r" is pressed