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

23
Launcher.ahk Normal file
View File

@@ -0,0 +1,23 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;
;; GP Tools ;;
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Setup
#NoEnv
SetBatchLines, -1
#SingleInstance, force
#HotkeyModifierTimeout 100
SetTitleMatchMode, 2
SetKeyDelay, 50
#Include libraries\helper_library.ahk ;; nhs_number functions
#Include includes\S1Utils.ahk ;; Helper functions for use in S1
#Include includes\S1Shortcuts.ahk ;; Shortcut keys for S1 actions
#Include includes\TextExpansions.ahk ;; Text expansions for autohotkey
;#Include includes\ChromeController.ahk ;; S1 chrome controls for AMGP
#Include includes\QuickSearch.ahk ;; Quicksearch / shortcut tools