AutoHotkey Community

It is currently May 26th, 2012, 10:32 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: August 9th, 2008, 6:01 pm 
Hi guys,
I assigned "F1" to "suspend Hotkeys". But I want it to suspend them just for 3 seconds and go back to normal again.

F1::suspend (that's all I know)

Can you help. Thanks


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: August 10th, 2008, 1:08 am 
:x


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: August 10th, 2008, 1:17 am 
Offline

Joined: November 8th, 2004, 12:46 am
Posts: 1271
Use Sleep or SetTimer:

Code:
F1::
suspend on
sleep 3000
suspend off
return

_________________
"Anything worth doing is worth doing slowly." - Mae West
Image


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: Exabot [Bot], Stigg and 7 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