Is there a way to shorten the keypresses?

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
jrb913
Posts: 15
Joined: Sun Nov 13, 2011 8:56 pm

Is there a way to shorten the keypresses?

#1 Post 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.
User avatar
Administrator
Site Admin
Posts: 5344
Joined: Sat Jan 05, 2008 4:21 pm

Re: Is there a way to shorten the keypresses?

#2 Post by Administrator »

Code: Select all

keyboardSetDelay(100);
jrb913
Posts: 15
Joined: Sun Nov 13, 2011 8:56 pm

Re: Is there a way to shorten the keypresses?

#3 Post by jrb913 »

sorry, but where do i put this?
jrb913
Posts: 15
Joined: Sun Nov 13, 2011 8:56 pm

Re: Is there a way to shorten the keypresses?

#4 Post by jrb913 »

figured it out.....I put it in the beginning of the waypoint file
Post Reply