AutoHotkey definitely does not have built-in recording capabilities–you would need to use a third party macro recorder if you don’t want to just code the macro from scratch.
How do I create a hotkey for AHK?
Text instructions:
- Right-Click on your desktop.
- Find “New” in the menu.
- Click “AutoHotkey Script” inside the “New” menu.
- Give the script a new name.
- Find the newly created file on your desktop and right-click it.
- Click “Edit Script”.
- A window should have popped up, probably Notepad.
- Save the File.
How do I find my AutoHotkey key history?
Here’s a step by step.
- Double click the AHK logo in the taskbar.
- Select View > Key History and Script Info or press Ctrl + K.
- Type some junk like “Hello, world!”
- Select View > Refresh or press F5 . The key you pressed will be on the right. You may need to scroll down in the output window.