AutoHotkey a nifty little program for Windows users
Writing by shivdev on Wednesday, 27 of July , 2011 at 10:37 pm
AutoHotkey is a really nifty mouse and keyboard macro program that lets you automate your usual “repetitive” boiler plate tasks and play them back with a key-stroke.
I constantly had to type the username/password to login to my work application and found AutoHotkey could easily do it for me.
Here’s an example of a simple macro (Ctrl+Alt+A) that’ll fill up my login form and submit.
^!a::
Send admin{Tab}password{Enter}
return
Here’s a demo of the tool and if you’re impressed Download AutoHotkey!
Leave a comment
Category: Tips and Tricks,Tools
- Add this post to
- Del.icio.us -
- Digg -
- -
- Tweet -
-
-
No comments yet.
You must be logged in to post a comment.