Close
Showing results 1 to 3 of 3

Thread: ahk question

Hybrid View

  1. #1

    Default ahk question

    Alright, I can't seem to get Shift plus whatever key to work. Anyone show me an example? Also need an example using Ctrl. Thanks.

  2. #2

    Default

    Here is CTRL+v.. this is for wow 5box setup

    ~^v::
    KeyWait, ^, v
    IfWinActive, World of Warcraft
    {
    ControlSend,, {Ctrl down}v{Ctrl up}, ahk_id %wowid1%
    ControlSend,, {Ctrl down}v{Ctrl up}, ahk_id %wowid2%
    ControlSend,, {Ctrl down}v{Ctrl up}, ahk_id %wowid3%
    ControlSend,, {Ctrl down}v{Ctrl up}, ahk_id %wowid4%
    ControlSend,, {Ctrl down}v{Ctrl up}, ahk_id %wowid5%
    Return
    }

  3. #3

Similar Threads

  1. Replies: 2
    Last Post: 10-13-2008, 10:27 PM
  2. Replies: 5
    Last Post: 08-04-2008, 12:01 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
  •