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 

Help in "Sleep"

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Nmae
Guest





PostPosted: Sat Mar 20, 2010 9:45 am    Post subject: Help in "Sleep" Reply with quote

I made this Sleep function but it's not working...it's only Sending the letters before the Sleep function is used on the screen, the rest of the message is not coming...here is my sleep short script.

!d:: SendInput t/find 0{enter}
Sleep 120000
SendInput t/find 0{enter}
Sleep 120000
SendInput t/find 0{enter}
return

Please try to help me.
Back to top
SoLong&Thx4AllTheFish



Joined: 27 May 2007
Posts: 4999

PostPosted: Sat Mar 20, 2010 9:48 am    Post subject: Reply with quote

Code:
!d:: ; add newline here
SendInput t/find 0{enter}
Sleep 120000
SendInput t/find 0{enter}
Sleep 120000
SendInput t/find 0{enter}
return


Edit: use
Code:
 [code][/code]
tags next time, see the bold italic quote buttons in the edit screen when you post a message
_________________
AHK Wiki FAQ
TF : Text files & strings lib, TF Forum
Back to top
View user's profile Send private message
Guest






PostPosted: Sat Mar 20, 2010 5:10 pm    Post subject: Reply with quote

Thankyou very much.
Back to top
Display posts from previous:   
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