p3lim-wow / ExtraQuestButton

An extra button for quest items!
Other
14 stars 1 forks source link

Custom key binds not working #54

Closed Billtopia closed 2 years ago

Billtopia commented 2 years ago

So, in order for the key binds to work right you will need to change either the Binding.xml (all instances) EXTRAQUESTBUTTON to ExtraQuestButton or in ExtraQuestButton.lua in function ExtraQuestButton:UpdateBinding() local keyButton = addonName to local keyButton = string.upper(addonName)

It has the key binding registered as EXTRAQUESTBUTTON (in the xml) and tries to look it up as ExtraQuestButton (in the lua)

p3lim commented 2 years ago

Thanks for the detailed report.

p3lim commented 2 years ago

I went with the latter option, as changing the binding name would reset the binding for players.