initial commit, GP tools split into individual includes

This commit is contained in:
2022-05-21 21:55:02 +01:00
commit 0fa1476753
9 changed files with 956 additions and 0 deletions

14
includes/S1Shortcuts.ahk Normal file
View File

@@ -0,0 +1,14 @@
;; #=Win ^=Ctrl +=Shift !=Alt
;; F13-F20 are bound to macro keys on mouse
F13::
Send, !f ;; Alt+F to file a blood report
Return
F14::
Send, !o ;; Alt+O to press okay
Return
F19::
Send !h ;; Alt+H
Return