Custom key binds not working
Billtopia opened this issue ยท 2 comments
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)