If you're going to work with [AutoHotKey] scripts, I recommend that you download and install [Sublime Text 3], which is an excellent editor for all sorts of languages, including AutoHotKey .AHK files. To get the most out of Sublime Text 3 when editing AHK files:
- Install Sublime Text [Package Control], then,
- Install and Set Up the [AutoHotKey Package] the easy way:
- Enter the Sublime Text command palette by pressing Ctrl + Shift + P or by navigating to Preferences > Packages Control
- In the input field, type
install
and using your directional keys (up/down), highlight Package Control: Install Package and press Enter - Now type
autohotkey
, and when all the results are filtered to just the one AutoHotKey package and it is highlighted, press Enter. This will install the AutoHotKey package.
- Once the AutoHotKey Package for Sublime Text is installed, we're going to need to edit