Search found 6 matches

by mafiarat
Sun Feb 28, 2010 12:23 am
Forum: Beginners
Topic: Repeat a keyboard command when a button is pressed
Replies: 8
Views: 8093

that's all well and good, however when i search for "Keybd_Event" i do not find anything that sounds even close to what i'm trying to do.
by mafiarat
Tue Feb 23, 2010 10:02 pm
Forum: Beginners
Topic: Repeat a keyboard command when a button is pressed
Replies: 8
Views: 8093

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

by mafiarat
Sun Feb 21, 2010 11:16 pm
Forum: Beginners
Topic: Repeat a keyboard command when a button is pressed
Replies: 8
Views: 8093

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...
by mafiarat
Sun Feb 21, 2010 1:37 am
Forum: Beginners
Topic: Repeat a keyboard command when a button is pressed
Replies: 8
Views: 8093

hmm must be a dead forum...
by mafiarat
Thu Feb 18, 2010 4:46 am
Forum: Beginners
Topic: Repeat a keyboard command when a button is pressed
Replies: 8
Views: 8093

also, on a side note, i cannot get macro scheduler to use the hotkeys for a running macro in any game, windowed or full screen, they only work when not in anything requiring my graphics card.
by mafiarat
Thu Feb 18, 2010 4:45 am
Forum: Beginners
Topic: Repeat a keyboard command when a button is pressed
Replies: 8
Views: 8093

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...
Sign up to our newsletter for free automation tips, tricks & discounts