initial commit, GP tools split into individual includes
This commit is contained in:
14
includes/S1Shortcuts.ahk
Normal file
14
includes/S1Shortcuts.ahk
Normal 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
|
||||
Reference in New Issue
Block a user