Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 416 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 416 Bytes

ahk-common-libraries

Common Reusable Libraries

I like to reuse the same functions in all my autohotkey projects, so I put them all into class libraries, that way, if I improve a function it will be improved in all my projects.

core.ahk is my main script, and most if not all of the others will reference it. If you use any of these libraries, watch out that you also download any of its inclusion dependencies.