ActionbarPlus

ActionbarPlus

78.7k Downloads

Keypress not working / only release

tybaulk opened this issue ยท 6 comments

commented

Just a bit of feedback but when using the new keybinds they only work on release rather than down.

commented

Hi @tybaulk ,
The Bindings.xml seems to only support a "CLICK :LeftClick|RightClick" setting which is a mouse click (release) and that's the reason it only works on release. I'm going to try to spend some time to see if there is a way around this. I definitely see the advantage of having a keydown instead of a keypress. If you have any pointers to how to implement this, I welcome it. Thank you for the feedback.

commented

I just made it work with "AnyDown" programmatically. I need to adjust the drag-and-drop code so it doesn't click when moving around. I hopefully should be able to release a fix today. Thanks again!

commented

I took at the ELVUI code just to get an idea of how the addon is implementing the drag and drop code (without clicking): it looks like ELVUI is doing some attributes "gymnastics" to circumvent the action button being clicked while dragging and dropping. It make take me a little longer to implement the "on key down" fix; give or take a week or two.

commented

FYI, I have this working now. I'm just going through and gonna verify with all of the supported WOW games. Should be able to release by tomorrow.

commented

Sounds good! Will let you know if I find anything else.

commented

Fixed in PR #27 / ActionbarPlus v1.0.0.25