/AHK2Manager

A toolkit to control all running instances of AutoHotkey(V2.0+).

Primary LanguageAutoHotkeyGNU General Public License v2.0GPL-2.0

AHK2Manager

A toolkit to control all running instances of AutoHotkey(V2.0+).

Build

Usage

Swich Scripts Manage Mode

Method 1: Switch mode with command automatically

Caution

Use this command to change mode to Source Control Mode, it will rename you file without "!,+", and couldn't recovery.

# Swicch to Source Control Mode
AHK2Manager.exe mode sc
# Swicch to Character Mode
AHK2Manager.exe mode char

Method 2: Set the mode to 1 manually

A method doesn't modify your scripts.

  1. Set the mode = 1 in setting.ini,
  2. Start or reboot the AHK2Manager.

Scripts Manage Mode

Character Mode (Original)

  • Filename start without any symbols, means DAEMON script, it will startup when the AHK2Manager started;
  • Filename start wtih "!" means TEMP,most was a president script;
  • Filename start wtih "+" means ONCE.

Source Control Mode

for git/svn repositories, don't want the file name with symbol or space character, use configuration to define type of script.

Type Enum
ONCE 0
TEMP 2
DAEMON 3

Hotkey

Function Hotkey
Start Menu Ctrl + Alt + LButton
Close Menu Ctrl + Alt + RButton
Restart Menu Ctrl + Alt + MButton
Reload Manager Win + Shift + R

Roadmap

  • Supported "Temp/Once/Daemon" AHK script management
  • Add Dark/Light mode adaptation
  • Add localization supported
  • Support source control mode

Acknowledgements