Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 694 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 694 Bytes

Autohotkey

Setup

  1. Navigate to you Documents folder
  2. Create a folder called AutoHotkey
  3. Copy the contents of this repository into the AutoHotkey folder that you just created
  4. Create two files in the AutoHotkey folder
  • MyHotStrings.ahk
  • MyHotKeys.ahk

Use

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).

Addons

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.