Close
Showing results 1 to 3 of 3

Hybrid View

  1. #1
    Member
    Join Date
    Aug 2009
    Location
    Svpernova's Hillbilly Cousin
    Posts
    128

    Default

    Put your mouse over something and then run this macro. It will tell you the internal name of the object your mouse is over.

    Code:
    /run local f = GetMouseFocus(); if f then DEFAULT_CHAT_FRAME:AddMessage(f:GetName()) end
    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.

  2. #2

    Default

    Create a macro and place the macro in the button you want the name of. When you press the button, the name will show up in the chat window.

    /run print(GetMouseFocus():GetName())

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •