Macro recording optional

Record what you do and play it back. Back to the help index.

Name the keys and WinRemap can record what you do and play it back. Nothing happens until you name them.

[macro]
record_start = "S-F10"  # press to start recording
# record_stop = "S-F11" # omit it and the start key stops it too
record_play  = "F10"    # press to replay

Press Shift+F10, do the work, press it again, then press F10 as often as you like. While a recording runs, a banner sits at the bottom of whichever display holds the app you are typing into:

Recording macro  3/20   notepad.exe in progress   —   S-F10 to stop, F10 to replay

It follows you as you switch apps and displays, names the app receiving the keystrokes, and repeats the keys that end and replay the recording — so a recording never runs unnoticed, and you never have to open the config file to find out how to stop it. Replay shows the same banner with the commands it is sending.

Worth knowing before you rely on it

delay_ms paces a replay exactly as it paces a config macro — see [macro] in the configuration guide.