Put your mouse over something and then run this macro. It will tell you the internal name of the object your mouse is over.
I don't have the macro command to get what keys are bound to that object. Take the name you got from above and look through your Key Bindings dialog in the WoW system menu.Code:/run local f = GetMouseFocus(); if f then DEFAULT_CHAT_FRAME:AddMessage(f:GetName()) end
Connect With Us