Trigger keybind on key down rather than key up
jakeswork opened this issue · 2 comments
In my current set up I have my abilities triggered on key down, which is made possible via addons such as Advanced Interface Options and Classic Snowfall.
I'd love if, when these options were enabled, it affected the responsiveness of the keybindings on this addon, too
Hard to properly show, but here's an example of me holding down an action bar keybind, and then holding down the gear menu keybind.
Perhaps the easiest approach is to just add this same functionality to the addon options (cast on keydown vs keyup)
Hi @jakeswork,
I agree. Good idea! I did as you suggested and added this functionality into the addon itself. It is not dependent on any other addon. The functionality can be activated in the general options setting and is deactivated by default.
Commit is here: 880dd83
The change itself will be included in the next release.
Cheers,
RagedUnicorn