AutoHotkey Community

It is currently May 27th, 2012, 9:25 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: August 21st, 2006, 9:14 pm 
I use ahk to remap hotkeys in DOTA for warcraft 3 so i can put my spell keys closer toogether, unfortunately, this results in very wieird messages when i try to chat so i am wondering if there is a way to disable and enable AHK form warcraft 3 using a hotkey.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: August 21st, 2006, 9:23 pm 
i know that you can bind something to suspend but how do i bind it to toggle, like ^d::suspend
and then when u press it again to resume


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: August 21st, 2006, 11:56 pm 
Offline

Joined: July 25th, 2006, 7:37 pm
Posts: 490
Location: Midwest, USA
Look up the Pause command.

_________________
SilverEdge78


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 22nd, 2006, 12:26 am 
Hello Guest

Quote:
i know that you can bind something to suspend but how do i bind it to toggle, like ^d::suspend
and then when u press it again to resume

Like this :lol: :
Code:
^d::suspend

TFManual wrote:
Suspend

--------------------------------------------------------------------------------

Disables or enables all or selected hotkeys.

Suspend [, Mode]



Parameters

Mode On: Suspends all hotkeys except those explained the Remarks section.

Off: Re-enables all hotkeys.

Toggle (default): Changes to the opposite of its previous state (On or Off).

Permit: Does nothing except mark the current subroutine as being exempt from suspension.


Or this:
silveredge78 wrote:
Look up the Pause command.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: October 3rd, 2006, 12:47 am 
Offline

Joined: February 5th, 2006, 6:55 am
Posts: 35
I use this because suspending prevented me from using the d-key too.

^d::
Suspend, Permit ; disable all hotkeys, except this one and other permitted ones
Suspend
return


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: BrandonHotkey, Yahoo [Bot] and 67 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group