Is there a way to shorten the keypresses?
Is there a way to shorten the keypresses?
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.
- Administrator
- Site Admin
- Posts: 5344
- Joined: Sat Jan 05, 2008 4:21 pm
Re: Is there a way to shorten the keypresses?
Code: Select all
keyboardSetDelay(100);
Re: Is there a way to shorten the keypresses?
sorry, but where do i put this?
Re: Is there a way to shorten the keypresses?
figured it out.....I put it in the beginning of the waypoint file