Jump to content

Recommended Posts

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...