-
Notifications
You must be signed in to change notification settings - Fork 0
π οΈ Installation Guide
Aluerie edited this page May 15, 2026
·
2 revisions
Installation is pretty standard. It follows the usual procedure of generating an .exe file with an Ahk2exe utility:
- Install AutoHotkey Version 2 (Attention! Version 2, my script is written with ahk2 syntax).
- Run it
- Choose Compile option that will download/open Ahk2exe application.
- Choose
main.ahkfrom current repo as Source (script file). - Press "Convert"
- It will generate
main.exefile which you can just run for keybinds to work - Now if you want the
.exeto work persistent through Windows reboots follow the section below
- Make a shortcut for
main.exegenerated in the previous section; - Put the shortcut into special Windows
Startupfolder (pressWin+Rand typeshell:startupto reach there); - Done! Now the script should be running on every PC restart.