Quote Originally Posted by 'Golle',index.php?page=Thread&postID=115341#post11 5341
Quote Originally Posted by 'Fizzler',index.php?page=Thread&postID=113521#post 113521
I am sure there is an easier way but I just took the frameId and did a click and it worked.

/click StaticPopup1Button2
How did you take out the frameid?
There are several mods that do it like moveanything. I just used a macro.

/run local f = GetMouseFocus(); if f then DEFAULT_CHAT_FRAME:AddMessage(f:GetName()) end

Create the macro and bind it. Hover over the object and his the keybind.

you can click any button that is actively showing on the screen. This is one way to link multiple macros

For instance if you hover over one of your action buttons it might read ActionButton5 create a macro /click ActionButton5 and it will click it