Search found 6 matches
- Sun Feb 28, 2010 12:23 am
- Forum: Beginners
- Topic: Repeat a keyboard command when a button is pressed
- Replies: 8
- Views: 8216
- Tue Feb 23, 2010 10:02 pm
- Forum: Beginners
- Topic: Repeat a keyboard command when a button is pressed
- Replies: 8
- Views: 8216
right so, i've managed this, i know it does something, however not in the game i'm trying to get it to work in...
Code: Select all
SetFocus>Mount&Blade
OnEvent>Key_Down,VK119,0,start
srt>start
Press CTRL
Wait>0.01
Send>x
Wait>0.01
Release CTRL
Wait>0.01
end>start
Label>IdleLoop
Wait>0.01
Goto>IdleLoop
- Sun Feb 21, 2010 11:16 pm
- Forum: Beginners
- Topic: Repeat a keyboard command when a button is pressed
- Replies: 8
- Views: 8216
well, that macro is what i've been trying to do, except i wanted it to hold ctrl and press x repeatedly when i hold down a key, then release ctrl when i stop pressing the key, i can get it to repeatedly press x, but not hold down ctrl, either way the reason i wanted it for a game i'm playing, howeve...
- Sun Feb 21, 2010 1:37 am
- Forum: Beginners
- Topic: Repeat a keyboard command when a button is pressed
- Replies: 8
- Views: 8216
- Thu Feb 18, 2010 4:46 am
- Forum: Beginners
- Topic: Repeat a keyboard command when a button is pressed
- Replies: 8
- Views: 8216
- Thu Feb 18, 2010 4:45 am
- Forum: Beginners
- Topic: Repeat a keyboard command when a button is pressed
- Replies: 8
- Views: 8216
Repeat a keyboard command when a button is pressed
I am trying to make a macro that will repeatedly hit CTRL X over and over when a button is held down, so far i took the macro i found in another post which works, however i cannot figure out where or how to make it so it will hold down ctrl when i press the key for the macro. //Use Shift + Esc to cl...