Page 1 of 1

Is there a way to shorten the keypresses?

Posted: Sun Nov 13, 2011 9:05 pm
by jrb913
To put it short and sweet, is there any way to make micromacro shorten the time it holds down the key when you call on it to do keypresses? I have micromacro running a simple script on load to press a button for me with a yrest of 50. I have noticed that when i have the script running, it interferes with movement and other keypresses occasionally. I found that it's the time it takes to release the button, after pressing it, that is interfering with movement and other things. Any help in this matter would be greatly appreciated.

Re: Is there a way to shorten the keypresses?

Posted: Mon Nov 14, 2011 12:33 am
by Administrator

Code: Select all

keyboardSetDelay(100);

Re: Is there a way to shorten the keypresses?

Posted: Mon Nov 14, 2011 12:55 am
by jrb913
sorry, but where do i put this?

Re: Is there a way to shorten the keypresses?

Posted: Mon Nov 14, 2011 1:21 am
by jrb913
figured it out.....I put it in the beginning of the waypoint file