tincanbilly Posted June 9, 2006 Posted June 9, 2006 Whats the best free macro recorder out there?I found a couple of free ones that look ok but the downloads are down.Any help would be appreciatedSteve
Camarade_Tux Posted June 11, 2006 Posted June 11, 2006 Do you mean macro that will repeat some keystrokes and mouse movements ?If so, personnaly, I use AutoHotkey: http://www.autohotkey.com/It is mainly a scripting language designed to ease interaction with windows (not Windows).There is a recorder inside the main archive.AutoIt is just the same thing. In fact, AutoItv2 and AutoHotkey are the SAME thing. AutoItv3 is a bit different.http://www.autoitscript.com/autoit3/
tincanbilly Posted June 11, 2006 Author Posted June 11, 2006 (edited) Thanks a lot, and yes I was meaning a mouse/keyboard recorder type thing.Cheers Steve.I can't seem to figure out how to run my scripts i have made in AutoKey, any suggestions? Edited June 11, 2006 by tincanbilly
Camarade_Tux Posted June 11, 2006 Posted June 11, 2006 Just drag the file you created over autohotley.exe. Or if you used the installer, rename it to script.ahk.
Camarade_Tux Posted June 12, 2006 Posted June 12, 2006 Btw, in any macro recorder, always prefer keystrokes to mouse clicks.Mouse clicks are sometimes dangerous. It depends of where is your mouse when the script starts and where the window is.In all my script, I use Alt+A/N/F/I/D, SPACE, ENTER, TAB, UP, DOWN.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now