DropTheCheapestThing

DropTheCheapestThing

129k Downloads

Keybinds

danscheer opened this issue ยท 1 comments

commented

Hi there, 

thanks a lot for this nice Classic Addon. There is one request i got. 

Strg + Rightclick is also used for the Addon "MinimapButtonBag" to exclude or include a MinimapButton to the ButtonBag of the addon. 

So when i try to put items on your ignorelist, it is just excluding or including the minimap button to the ButtonBag, 

Could we have an alternative Keybind? Like "Alt + Rightclick"? 

Thanks 

commented

Until the Dev comes back, you can put this in a macro:

/run if IsControlKeyDown()then LibDBIcon10_DropTheCheapestThing:Click("RightButton")elseif IsShiftKeyDown()then LibDBIcon10_DropTheCheapestThing:Click()else LibDBIcon10_DropTheCheapestThing:Click("RightButton")end

Pressing this button will open the config, holding Shift will Sell/Destroy (depending on if you are at Vendor or not, holding Ctrl will add lowest item to ignore list. I tried to make it function exactly the same as the minimap button but without having left and right clicks.

My first script macro so massive apologies if something goes wrong.