ActionbarPlus

ActionbarPlus

78.7k Downloads

Keydown not always working

tybaulk opened this issue ยท 3 comments

commented

Using modifier macros sometimes they keyDown reverts to keyRelease.

commented

I'm not sure if this is related, but I followed the behavior of elvui where if you are pressing the move modifier key, I set the event to fire on release, the revert back to keyDown when the move is completed, otherwise the action is triggered. I think as a side effect, this will change the behavior a little bit.

Behavior is:
hold modifier key (SHIFT, ALT, CTRL), whatever is configured in blizz settings, event will trigger on release; else trigger will be in keydown.

commented

Strange. Upon logging in the macro will work on keydown. However, after the first use it reverts to a keyrelease.

commented

Fixed in #344