Search found 7 matches
- Sat Apr 25, 2009 11:39 pm
- Forum: Beginners
- Topic: How can I hold down a key
- Replies: 11
- Views: 29771
- Thu Apr 23, 2009 10:38 pm
- Forum: Beginners
- Topic: How can I hold down a key
- Replies: 11
- Views: 29771
- Thu Apr 23, 2009 9:26 pm
- Forum: Beginners
- Topic: How can I hold down a key
- Replies: 11
- Views: 29771
- Thu Apr 23, 2009 8:53 pm
- Forum: Beginners
- Topic: How can I hold down a key
- Replies: 11
- Views: 29771
Here is what I have so far everything else works fine, just have a problem with holding a key down. I could use send>v but that only used it once and spamming v over and over doesn't work properly. label>start wait>3 send>w wait>2 send>r label>action wait>3 //Insert key press here for "v" wait>2 lab...
- Thu Apr 23, 2009 7:51 pm
- Forum: Beginners
- Topic: How can I hold down a key
- Replies: 11
- Views: 29771
- Thu Apr 23, 2009 9:50 am
- Forum: Beginners
- Topic: How can I hold down a key
- Replies: 11
- Views: 29771
I tried that and it isn't working, It might be the client I am running it under, I am trying to simulate a game key being held down to make certain things easier for me. I am not sure why this wouldn't work, any insight on how to get around this? I tried this from a different forum post Let>VK_contr...
- Thu Apr 23, 2009 8:22 am
- Forum: Beginners
- Topic: How can I hold down a key
- Replies: 11
- Views: 29771
How can I hold down a key
I am trying to make macro that will hold down a key in my case "v" and release after a certain amount of time. I am unable to figure this out I have read the help text but im not exactly sure what I need here. Can someone please help me out here. Thank you!