Close
Showing results 1 to 2 of 2

Hybrid View

  1. #1

    Default Displaying the ActionBar Button Name for use with /click

    I've read a post buried in a thread somewhere about this but cant find it for the life of me and using the search function makes me want to smash my screen.

    When I mouseover an action button, I want to hit a key with a macro assigned to it which will simply print the name of the box for use with /click.


    I use Bartender4 and I cant work out what button name to use with click to extend my macros.

    -Slats

  2. #2

    Default

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

Similar Threads

  1. Maximizer not displaying properly
    By Raidynxbl in forum New Multi-Boxers & Support
    Replies: 2
    Last Post: 05-29-2009, 11:04 AM
  2. Displaying Procs From Clones
    By Schwarz in forum Macros and Addons
    Replies: 4
    Last Post: 11-19-2008, 01:30 PM
  3. Replies: 2
    Last Post: 08-12-2008, 12:17 AM
  4. keyclone : how to pass mouse button click to other computers?
    By doomer in forum New Multi-Boxers & Support
    Replies: 2
    Last Post: 06-01-2008, 09:44 AM
  5. Actionbar question
    By Kel in forum Macros and Addons
    Replies: 2
    Last Post: 09-21-2007, 06:00 AM

Posting Rules

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