sKeyPress

sKeyPress

2.9k Downloads

[BUG?] Animation not working on multiactionbar

Closed this issue ยท 5 comments

commented

When pressing (not clicking) a keybind that is on the default multiactionbar (not bartender/dominos) it will not animate. For now I fixed it by hooking MultiActionButtonDown.

Edit:
Now I am trying it with Dominos and I see it lights up on hidden bars (in my case where my chatframe is). Don't mind the blue texture.

image

commented

Hello,

I will check this out today and push new version to CurseForge. Thanks for reporting.

commented

Alright can you check if the new version fixed these issues

commented

Great job, both issues are fixed.

commented

I did find a new issue.

When you change keybindings, the binds are not working until /reload. The old configured keybind is still effective, while it has been "unbound" or changed to a differen slot. I believe this 'limitation' is caused by using SetOverrideBinding.

commented

Hey,

I haven't had the time to check if Dominos / Bartender use different event for when keybindings are changed so I went with the easy route and just used PLAYER_ENTERING_WORLD.

I will close this request and add this as known issue to curseforge and here.

Thanks for reporting this as well.