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 

How can i go faster than milliseconds

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





PostPosted: Sat Feb 21, 2009 8:22 pm    Post subject: How can i go faster than milliseconds Reply with quote

Hi there,

I made a small script to press my space bar with a timer attached.
I wonder is it possible to go even faster then the 0 Milliseconds i added.
The script works fine but i want it to go even faster Sad

Anyone has any suggestion or is this just not possible?

Here you can see my script:

#persistent
settimer, dospace, 0 (i want to go faster then this!)
return

dospace:


send {space}
return

Thanks anyways for all the help and afford!
You can mail me Maerevoetnick@gmail.com
Back to top
flatfly
Guest





PostPosted: Sat Feb 21, 2009 8:55 pm    Post subject: Reply with quote

Yes, it is possible to fine tune a certain clock setting in windows to enable your script to send keys up to 15 times faster than the default speed. If I can retrieve the exact info (i'm at work right now) I will post it. (assuming someone else hasn't in the meantime)
Back to top
Excited
Guest





PostPosted: Sun Feb 22, 2009 12:38 pm    Post subject: Waiting Reply with quote

Well flatfly - whenever u r redy
I have been waiting all day 4 ur response
Back to top
jaco0646



Joined: 07 Oct 2006
Posts: 3113
Location: MN, USA

PostPosted: Sun Feb 22, 2009 3:36 pm    Post subject: Reply with quote

[hijack]

I'm sorry, this isn't an answer; but your question so reminded me of this thread from a couple months ago: Make Mouse Faster. The penultimate post and Krogdor's response still give me a good laugh today. Laughing

[/hijack]
Back to top
View user's profile Send private message Visit poster's website
firace



Joined: 08 Feb 2009
Posts: 28

PostPosted: Sun Feb 22, 2009 5:09 pm    Post subject: Reply with quote

Sorry for the delay, due to some real-life issues...

this is the post i was thinking of. (note that i haven't tried that
but it sounds like it might help you)

[url]
http://www.autohotkey.com/forum/viewtopic.php?t=20047&start=0&postdays=0&postorder=asc&highlight=[/url]
Back to top
View user's profile Send private message
Laszlo



Joined: 14 Feb 2005
Posts: 4710
Location: Boulder, CO

PostPosted: Sun Feb 22, 2009 5:37 pm    Post subject: Reply with quote

Set SendMode Input and in the timer subroutine Send {Space 10}. It will add 10 spaces to the input buffer at a time. You can have more, if it is still not enough.
Back to top
View user's profile Send private message
evan



Joined: 19 Feb 2009
Posts: 125

PostPosted: Sun Feb 22, 2009 5:38 pm    Post subject: Reply with quote

using loop will be faster than settimer at least 10ms for each press
Back to top
View user's profile Send private message
Laszlo



Joined: 14 Feb 2005
Posts: 4710
Location: Boulder, CO

PostPosted: Sun Feb 22, 2009 6:12 pm    Post subject: Reply with quote

Loops will be too fast, and consume too much CPU power.
Back to top
View user's profile Send private message
Frankie



Joined: 02 Nov 2008
Posts: 2850

PostPosted: Sun Feb 22, 2009 6:32 pm    Post subject: Reply with quote

What are you trying to use this for/on?
_________________
aboutscriptappsscripts
Any code ⇈ above ⇈ requires AutoHotkey_L to run
Back to top
View user's profile Send private message
TheKing
Guest





PostPosted: Sun Feb 22, 2009 6:39 pm    Post subject: Thx Reply with quote

Laszlo wrote:
Set SendMode Input and in the timer subroutine Send {Space 10}. It will add 10 spaces to the input buffer at a time. You can have more, if it is still not enough.


You are my god!

And to all the other dude's thx for help and afford! Very Happy Very Happy Very Happy Very Happy Very Happy Very Happy
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