ExigosMortis Posted January 25, 2011 Posted January 25, 2011 I have written a macro recorder and playback tool that I called MacroRecorder. When you run the program it sits.. and waits for either: CTRL-F11 to exit the program CTRL-M to "record" a macro CTRL-L to load/save/edit macros. Once you press CTRL-M and specify which key (A-Z) to assign the macro to, it records all the key sequences you wish to assign to the desired key. For example i might want "E" to send these keys: {HOME}+{END}^c Which would essentially copy the current text cursor line into the clipboard buffer. Once you are done recording you can press CTRL-M to stop recording. You may then use the desired key by pressing {F11} then then (in my example) E. This is my first autoit adventure and learned quite a bit from it and wanted to share. Feel free to give me feedback.MacroRecorder.au3
JohnOne Posted January 25, 2011 Posted January 25, 2011 Great name, must have took you ages. 5* AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
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