Is there macro to simulate a left mouse click where the mouse pointer is at? I am not referring to combat @mouseover, but for AH or other UI functions.
Basically, I want to hover a mouse pointer and enter a key (letter T) and it simulates a left mouse click button.
Not that I’m aware of. Not with the tools WoW provides.
Sounds like you could use the “Target Mouseover” and/or “Interact With Mouseover” keybinds.
I would think a combination of something along the lines of what /fstack
does combined with button:Click()
But not all buttons are equal so not all buttons can be :Click()
'd which is a Blizzard restriction.
Idealy it would want to be something like Bliz. adding an attribute type like mouseclick
to the SecureActionButtonTemplate that allowed for no other behaviour other than replacing the mouse button click with whatever it was keybound to.
Someone would have to figure out if there may be any undesireable implications of doing that first.