Keybinding to "click" the buy button #61


  • New
  • Enhancment
Open
Assigned to merialkilrogg
  • phanxaddons created this issue Nov 15, 2010

    Since buying out, or bidding on, multiple auctions now requires a separate click for each auction, it would be nice to be able to press a key on the keyboard instead of actually clicking the button. I've made a "/click BuyApproveButton" macro and bound a key to it, but most people probably don't know how to do that. :)

    Bindings.xml

    <Bindings>
    	<Binding name="CLICK BuyApproveButton:LeftButton" header="AUCTIONLITE">
    	</Binding>
    </Bindings>
    

    And then somewhere in Lua:

    _G["BINDING_HEADER_AUCTIONLITE"] = "AuctionLite"
    _G["BINDING_NAME_CLICK BuyApproveButton:LeftButton"] = "Approve Buyout/Bid"
    
  • phanxaddons added the tags New Enhancment Nov 15, 2010

To post a comment, please login or register a new account.