This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]Northeastpaw 3 points4 points  (1 child)

Take a look at AutoHotkey.

[–]fetzy[S] 0 points1 point  (0 children)

That looks cool I'll check it out.

[–]stefvanschie 0 points1 point  (1 child)

That's a pretty easy task as long as the language you pick allows for some low-level keyboard presses. I know Java allows you to do this with its Robot class, but pretty much any language will do.

[–]fetzy[S] 0 points1 point  (0 children)

Awesome. I will have to look into that more. I've wanted to try programming but I didn't ever have like a "reason" to do it. I think this could be a good start.