Show disenchanting details key swap functionality
SilverSaw opened this issue ยท 3 comments
Is your feature request related to a problem? Please describe.
I am currently using Auctionator-10.2.11-classic.zip and playing ClassicEra SOD 1.15.0 version of the game.
Disenchanting default Shift button is interfering with another add-ons. There must be an option to switch default Shift key with Alt, this option is presented in the legacy 3.1.5 version of Auctionator.
Describe the solution you'd like
Please add convenient option in to the Addon Config User Interface where we can just tick and switch functionality of Shift with Alt key down for disenchanting mats in tooltip.
Describe alternatives you've considered
I am fixing this by manually changing this button to be Alt in to the Auctionator\Source\Tooltips\Main.lua row 108 if Auctionator.Constants.IsClassic and IsAltKeyDown() and Auctionator.Config.Get(Auctionator.Config.Options.ENCHANT_TOOLTIPS) then
This solution is screwing my automatic add-on update and i have to change the row manually on every single update.
Do you want the extended disenchant info, or would an option to disable the extended info altogether solve the issue?
Do you want the extended disenchant info, or would an option to disable the extended info altogether solve the issue?
I am not sure what is extended disenchant info, i am holding integrated shift or in my case where i am exchanging it in the code as i showed Alt key to see what will be materials and percentages if i disenchant any item. Request is if possible this key swap to be done in the user interface, it is not possible for me to use default shift key, because it is interfearing with another addon.