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

    Default AHK script for using F1?

    Hey,
    What's the script for using F commands? (F1, F2, etc)

    I just tried

    ~F1::
    Keywait, F1
    IfWinActive, World of Warcraft
    {
    ControlSend,,F1 ,ahk_id %wowid1%
    ControlSend,,F1 ,ahk_id %wowid2%
    Return
    }

    But it just sends it to both instances of WoW as if I'm only hitting 1.

    Halp!

  2. #2

    Default

    Not sure what yer asking

    try

    #IfWinActive, World of Warcraft
    ~F1::
    ControlSend,,F1, ahk_id %wowid1%
    ControlSend,,F1, ahk_id %wowid2%
    return

Similar Threads

  1. Pip script help
    By whitewolf007 in forum Software Tools
    Replies: 24
    Last Post: 07-08-2009, 11:07 PM
  2. Help with this script,
    By dylan5656 in forum New Multi-Boxers & Support
    Replies: 3
    Last Post: 05-31-2009, 10:20 PM
  3. Script
    By anardelade in forum New Multi-Boxers & Support
    Replies: 5
    Last Post: 04-27-2009, 11:10 PM
  4. AHK script
    By kiizer in forum New Multi-Boxers & Support
    Replies: 1
    Last Post: 04-25-2008, 10:41 AM
  5. WoW Script
    By Zeio in forum General WoW Discussion
    Replies: 4
    Last Post: 08-16-2007, 02:35 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
  •