AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Timer Function

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
moavia hassan



Joined: 19 Nov 2004
Posts: 14

PostPosted: Mon Nov 22, 2004 1:41 am    Post subject: Timer Function Reply with quote

How can I press ESC after 10 minutes using a hotkey in win 98. Kindly provide the code.
Back to top
View user's profile Send private message Send e-mail
jonny



Joined: 13 Nov 2004
Posts: 3004
Location: Minnesota

PostPosted: Mon Nov 22, 2004 5:10 am    Post subject: Reply with quote

Code:
!P::
Sleep, 600000
Send, {Esc}
return
Back to top
View user's profile Send private message
BoBo
Guest





PostPosted: Mon Nov 22, 2004 11:07 am    Post subject: Reply with quote

@ moavia hassan
Hi Hassan, would you mind to change your signature ?
I think it could be a l'ill confusing as it looks like a request for help.
Thx.
Back to top
moavia hassan



Joined: 19 Nov 2004
Posts: 14

PostPosted: Tue Nov 23, 2004 2:04 am    Post subject: Timer function Reply with quote

Thankx Jonny.But I want to Press Esc without pressing any hotkey.And the hotkeys are not working in the games.
Back to top
View user's profile Send private message Send e-mail
jonny



Joined: 13 Nov 2004
Posts: 3004
Location: Minnesota

PostPosted: Tue Nov 23, 2004 2:50 am    Post subject: Reply with quote

It works fine without the hotkey label. Just remove !P::, and the ten minutes will start when the script starts, and then the script will exit when it's finished.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group