Keyboard Macro...

SmooveB

Member
Jun 5, 2002
115
0
0
I need an app that will hit a key on the keyboard on a timer. i.e. hit U every second.

The simpler the better, I don't want a huge UI. Free also please. Help is appreciated; thanks.
 

SmooveB

Member
Jun 5, 2002
115
0
0
That's an awesome app episodic. BUT it does more than I need/want it to - and at the same time it doesn't quite do it at all.

PTFB Pro is primarily designed for dismissing irritating messages

I really just want to hit the activation key and have it start pressing the key repeatedly. I'll play around with it a little more, just in case I can tweak it to be simple. =P
 

SmooveB

Member
Jun 5, 2002
115
0
0
Specifically... I want to hit U in Everquest to open a door over and over and over.

/did i really just say that?
 

xcript

Diamond Member
Apr 3, 2003
8,258
2
81
You could use a simple .vbs.

Eg (will send 'U' to whichever app is in focus once a second for 10 seconds):
 

xcript

Diamond Member
Apr 3, 2003
8,258
2
81
Paste it into notepad, save as whatever.vbs and double-click on it.
 

episodic

Lifer
Feb 7, 2004
11,088
2
81
Originally posted by: xcript
You could use a simple .vbs.

Eg (will send 'U' to whichever app is in focus once a second for 10 seconds):

Exactly what I was thinking :)
 

SmooveB

Member
Jun 5, 2002
115
0
0
You guys rock. Now, I can obviously change the "for i = 0 to 9" part for how many repetitions...
but how can I start and stop it on command?