Auctionator

Auctionator

129M Downloads

Shortcut for Shopping Tab Confirmation Dialog Accept Button

ArenfeIdt opened this issue · 1 comments

commented

What version(s) of WoW are you using?

Retail

What problem are you experiencing that led to you asking for this feature?

What solution would you like?

It is possible to use a Macro to click that Accept Button — /run AuctionatorBuyCommodityFrame.FinalConfirmationDialog.AcceptButton:Click()

But i have not figured out yet how i can make Keybind specific to a certain AddOn or Frame so i can basically use the F Key for my ActionBars and Auctionator Confirmation Dialog

Any alternatives you can think of?

No response

Anything else?

No response

commented

I currently do this with a Macro, but i can not use the regular F key as a shortcut — like i do with the Selling Post Shortcut already included in Auctionator.

/run if AuctionatorBuyCommodityFrame.FinalConfirmationDialog:IsVisible() then AuctionatorBuyCommodityFrame.FinalConfirmationDialog.AcceptButton:Click() else AuctionatorBuyCommodityFrame.DetailsContainer.BuyButton:Click() end

This is the Macro i use, i just have to press my Keybind twice, basically clicking the Buy Now Button and Accept Button of the Final Confirmation Dialog — i do this with Ctrl + Shift + F currently