2

It is claimed, that AutoHotKey can record with macro recorder. Unfortunately, I can't find any word about it in manual. Serfing leads to Pulover's Macro Creator.

Is this what it claimed in AHK page -- using this separate tool? Or AHK has it's own capabilities to record?

Dims
  • 13,414

2 Answers2

2

AutoHotKey did once provide a macro recorder called AutoScriptWriter, but it was dropped quite some time ago. You will need to use a third-party tool to record AHK macros.

Silas B
  • 330
0

See the good answer for How can I record macros for Autohotkey?

TL/DR: https://github.com/Pulover/PuloversMacroCreator/releases

MarkHu
  • 741