AutoHotkey Community

It is currently May 26th, 2012, 5:01 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 10 posts ] 
Author Message
PostPosted: February 21st, 2009, 9:22 pm 
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 :-(

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


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 21st, 2009, 9:55 pm 
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)


Report this post
Top
  
Reply with quote  
 Post subject: Waiting
PostPosted: February 22nd, 2009, 1:38 pm 
Well flatfly - whenever u r redy
I have been waiting all day 4 ur response


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 22nd, 2009, 4:36 pm 
Offline

Joined: October 7th, 2006, 4:50 pm
Posts: 3157
Location: MN, USA
[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. :lol:

[/hijack]


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 22nd, 2009, 6:09 pm 
Offline

Joined: February 8th, 2009, 5:52 pm
Posts: 47
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/viewtop ... highlight=[/url]


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 22nd, 2009, 6:37 pm 
Offline

Joined: February 14th, 2005, 4:05 pm
Posts: 4710
Location: Boulder, CO
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 22nd, 2009, 6:38 pm 
Offline

Joined: February 19th, 2009, 6:44 pm
Posts: 125
using loop will be faster than settimer at least 10ms for each press


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 22nd, 2009, 7:12 pm 
Offline

Joined: February 14th, 2005, 4:05 pm
Posts: 4710
Location: Boulder, CO
Loops will be too fast, and consume too much CPU power.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 22nd, 2009, 7:32 pm 
Offline
User avatar

Joined: November 2nd, 2008, 4:23 pm
Posts: 2906
Location: 127.0.0.1
What are you trying to use this for/on?

_________________
aboutscriptappsscripts
Any code ⇈ above ⇈ requires AutoHotkey_L to run


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Thx
PostPosted: February 22nd, 2009, 7:39 pm 
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! :D :D :D :D :D :D


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 10 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: BrandonHotkey, SifJar, SKAN and 51 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group