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

    Default Need help broadcasting SHIFT+1, 2, 3, 4, 5, 6 combinations with AHK

    hey everybody! I recently started looking into octopus but came to the
    conclusion that my issues would be resolved if I could simply broadcast
    the Shift+1, 2, etc combinations to my other windows with AHK. I'm
    using a prewritten script that, for example, uses:



    ~1::

    KeyWait 1, D

    WinGet, Active_Window, ID, A

    IfWinActive, World of Warcraft

    {

    If(%killbroadcast% = 0)

    {

    Loop, %wowid%

    {

    target_window := wowid%A_index%

    If (Active_Window <> target_window)

    {

    ControlSend,, 1, ahk_id %target_window%

    }

    }

    }

    }

    Return



    ...To broadcast the number 1. Could anybody please develop a script
    that would broadcast the Shift+1 combo so that I can also alter it for
    the other combinations? Thanks again.

  2. #2
    "For God's sake, don't stand there at 30 yards trying to cast a spell, he will melt your face period."

    Lokked

Similar Threads

  1. Replies: 1
    Last Post: 03-25-2009, 02:06 PM
  2. DUO combinations for PVE
    By dardack in forum General WoW Discussion
    Replies: 2
    Last Post: 09-02-2008, 11:07 AM
  3. Keymap seems to only like some key combinations
    By brontes in forum Software Tools
    Replies: 0
    Last Post: 07-12-2008, 10:59 AM
  4. Left shift/right shift removed from WoW?
    By Con7ent in forum General WoW Discussion
    Replies: 17
    Last Post: 05-09-2008, 03:04 PM
  5. Group Combinations
    By mackenziemi in forum General WoW Discussion
    Replies: 10
    Last Post: 05-06-2008, 01:44 PM

Posting Rules

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