Skip to content

ItsProfessional/Hotkeys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hotkeys

My AutoHotkey scripts

These scripts are configured such that the path of this README.md is: C:\Hotkeys\README.md

To install, run install.bat. This will create a task scheduler entry for Main.ahk, this is so because dropping it or creating a shortcut to it in the startup folder launches it as non-elevated, and if you make it run as elevated in that method it will show a UAC prompt every time you boot your system. The task schedule method removes all these issues.

The Main.ahk script executes the subscripts. I cannot just #include all of them as many of these scripts include continous loops which can stop execution of the central Main.ahk script if they are #included.

Main.ahk executes all of the scripts, as well as Hub.ahk. Hub.ahk #includes the categorized main scripts, such as C:\Hotkeys\Windows\Windows.ahk

Disclaimer

Disclaimer: These scripts are in an early stage, and offered as-is. There will be many bugs. I am not responsible for any damage, loss of data, or thermonuclear wars caused by these scripts.