Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 1.09 KB

README.md

File metadata and controls

30 lines (15 loc) · 1.09 KB

scripts

some random ahk scripts


you will need AutoHotKey https://www.autohotkey.com/
everything after a semicolon ";" is a comment and will be ignored when the script runs.


To run the scripts when windows starts create a shortcut of the script then throw it on the windows Startup folder.
windows key + R, type "shell:startup" then press enter.
shell:startup
or C:\Users\YOURUSER\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup


I personally don't like to open multiple scripts at each time, so I usually make a " cfg.ahk" with the most used daily scripts, which is basically a bunch of macros in one file.


for PoE i also use this TCP disconnect macro: http://lutbot.com/#/


also using nircmd for a few media controls


to be continued...