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 

Search found 3 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Spacebar macro (urgent!) yes i used search.
futures

Replies: 5
Views: 262

PostForum: Ask for Help   Posted: Fri Nov 20, 2009 8:56 am   Subject: Spacebar macro (urgent!) yes i used search.
i tried adding sleep and any number next to it..
like


*$Space::
while GetKeyState("Space", "P")
send {space}
sleep 300
return

but it doesnt really ...
  Topic: Spacebar macro (urgent!) yes i used search.
futures

Replies: 5
Views: 262

PostForum: Ask for Help   Posted: Thu Nov 19, 2009 6:59 pm   Subject: Spacebar macro (urgent!) yes i used search.
could you give me an example?
i tried it, and i doesnt work the way i want it o.
  Topic: Spacebar macro (urgent!) yes i used search.
futures

Replies: 5
Views: 262

PostForum: Ask for Help   Posted: Thu Nov 19, 2009 6:46 pm   Subject: Spacebar macro (urgent!) yes i used search.
yes, i did search.

and i found this.

*$Space::
while GetKeyState("Space", "P")
send {space}
return


which is ALMOST perfect to what i need.

all i want to add ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group