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 

Spacebar Script Help

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





PostPosted: Sun Dec 16, 2007 1:13 am    Post subject: Spacebar Script Help Reply with quote

Hello. I returned to using hotkey, and i'm having trouble on a script. I want to be able to have hotkey hit the spacebar once every 5 minutes or so, but i don't remember how to do it.

any help would be appreciated.
Back to top
leggah



Joined: 14 Oct 2007
Posts: 44

PostPosted: Sun Dec 16, 2007 1:28 am    Post subject: Reply with quote

I doubt you could forget that xD but here:


Code:


^q::                          ;hotkey
Loop                          ; Forever
{
Send {Space}
Sleep 300000             ; 5 minutes
}
return

$F12::ExitApp             ; Kill

Back to top
View user's profile Send private message AIM Address
Nex
Guest





PostPosted: Sun Dec 16, 2007 1:31 am    Post subject: Reply with quote

thanks so much for the help! believe me, i havent used hotkey in AGES
Back to top
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