[BUG] Toggle Keybind ignores modifiers
heipl-paul opened this issue ยท 3 comments
Description
As far as I can tell, blizzard UI knows how to take into consideration modifier keys, so I'm guessing your code does not. What I mean is that I toggle my Mouseover Frame Fading with ~
, and I have a dismount macro on ctrl
+ shift
+ ~
and dismounting also toggles Mouseover Frame Fading. Because I press ~
, it does not care that it is accompanied by ctrl
/ alt
/ shift
or any combination of them.
Reproduce
- Bind this addon to a button, let's say
X
- Bind something else with
X
and any modifier key. Let's sayshift
- Try to only activate the second binding with
shift
+X
Expected Behaviour
Only the second binding is triggered
Actual Behaviour
Both key bindings are triggered.