- Navigate to you Documents folder
- Create a folder called AutoHotkey
- Copy the contents of this repository into the AutoHotkey folder that you just created
- Create two files in the AutoHotkey folder
- MyHotStrings.ahk
- MyHotKeys.ahk
Place new AutoHotkey hot strings in the MyHotStrings.ahk file and any new hot keys in the MyHotKeys.ahk file (examples of both can be found in the Examples folder in this repository).
Use the MyAddons.ahk to enable or disable existing "Addons". To disable an existing Addon, add a ";" (no quotes) to the beginning of the line. To enable an existing Addon, remove the ";" from the beginning of the line.