A toolkit to control all running instances of AutoHotkey(V2.0+).
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 charA method doesn't modify your scripts.
- Set the
mode = 1insetting.ini, - Start or reboot the AHK2Manager.
- 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.
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 |
| Function | Hotkey |
|---|---|
| Start Menu | Ctrl + Alt + LButton |
| Close Menu | Ctrl + Alt + RButton |
| Restart Menu | Ctrl + Alt + MButton |
| Reload Manager | Win + Shift + R |
- Supported "Temp/Once/Daemon" AHK script management
- Add Dark/Light mode adaptation
- Add localization supported
- Support source control mode