Close
Showing results 1 to 3 of 3
  1. #1

    Default how to know which actionbar im on?

    Once again i could need your help..


    I swear i saw a macro once that allowed you to hover pointer over a action bar, press button and it would say the name of it, cant find it sadly.


    Im asking cause every now and then i have to rearrange spells and macros and it can take a good while (trial and error) to figure out "which name had skift + 4 f,ex" .. and which keys i have to alter under "key config".

    Tried searching, hoping to find a guide like this:

    1234567890+ = action bar 1

    (Name of mod key) ????????????

    (Name of mod key) ????????????

    etc

    No luck so far.


    Thx again

  2. #2
    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.

  3. #3

    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
  •