Keypress not working / only release
tybaulk opened this issue ยท 6 comments
Just a bit of feedback but when using the new keybinds they only work on release rather than down.
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.
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!
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.
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.