Close
Showing results 1 to 4 of 4

Hybrid View

  1. #1

    Default Pause AHK Script?

    Hi all,

    I'm a fan of AHK, and wish to know if there is a way to pause its script with a keyboard action. My keyboard is getting more and more consumed by AHK scripts and I'm soon going to run into the issue of not being able to respond to messages without my alts turning into Spell Casting, Jumping and Running Maniacs!

    This issue came up when I decided to turn my Number Pad into a healing/targetting pad, but then I'd have no way of typing numbers into chat!

    Thanks in advance,

    Lokked

  2. #2

    Default

    Actually, I figured it out, and then some.

    If anyone would like to know, let me know in this thread.

    Lokked

  3. #3

    Default

    i would like to know, when i goto type sometimes it dupes some numbers and letters
    [align=right][ http://theoptimen.blogspot.com | Level 70 5 Boxer- [A] Frostmourne US ]
    [ 5 Shamans, 1 Druid & 1 Warrior - Mix & Match ]
    [/align]

  4. #4

    Default

    I use the following:

    [code:1]
    ;*** Suspend AHK ***
    ~/::Suspend, on
    ~escape::Suspend, off
    ~enter::Suspend
    [/code:1]

    So if you type "/" it will pause AHK, "ESC" will unpause it and "ENTER" toggles it on and off.

    For chatting purposes it works great. I am probably going to put "r" in to pause AHK as well because I am so used to just hitting "r" to reply to tells.

    When I am editing a macro I have to hit "/" to disable AHK.

    The only problem I have so far is vendors. If I try and type a number in the amount of items I wish to buy from a vendor I end up casting all kinds of spells.

    I am used to entering a number and then hitting ENTER to buy, mostly for reagents or tradeskill supplies. So if I want to buy multiple times from the same vendor I have to keep disabling AHK every time I make a purchase as ENTER will toggle it on again.

    But my chatting is perfect!
    The Orcks of War
    Shaman Borck Zorck Dorck Porck Corck
    Mixed Team - Msblonde - Mswhite - Msblack - Msred - Msbrown -

Similar Threads

  1. possible to pause keyclone do not pass list?
    By echo in forum General WoW Discussion
    Replies: 2
    Last Post: 10-22-2008, 06:09 AM
  2. Animation For Pause.
    By Overflo in forum Software Tools
    Replies: 2
    Last Post: 08-28-2008, 03:16 PM
  3. Can you pause or stop the Keyclone key passing if you need to?
    By Moredots in forum New Multi-Boxers & Support
    Replies: 7
    Last Post: 04-04-2008, 06:21 PM
  4. Way to pause just one window?
    By dizz in forum Software Tools
    Replies: 3
    Last Post: 03-30-2008, 10:58 PM
  5. Pause Bug (Keyclone)
    By Diamndzngunz in forum New Multi-Boxers & Support
    Replies: 17
    Last Post: 12-21-2007, 09:51 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
  •