diff --git a/Autohotkey/FlashpointCampaigns-V2.ahk b/Autohotkey/FlashpointCampaigns-V2.ahk index 1547928..9df5252 100755 --- a/Autohotkey/FlashpointCampaigns-V2.ahk +++ b/Autohotkey/FlashpointCampaigns-V2.ahk @@ -1,4 +1,4 @@ -/** AutoHotkey v2 script for Flashpoint Campaigns **/ +/** AutoHotkey v2 script for Flashpoint Campaigns **/ #Warn ; Enable warnings to assist with detecting common errors. #UseHook true ; Keyboard hook #SingleInstance force ; Force single running instance diff --git a/Autohotkey/FlashpointCampaigns.ahk b/Autohotkey/FlashpointCampaigns.ahk index c260659..eccafcf 100755 --- a/Autohotkey/FlashpointCampaigns.ahk +++ b/Autohotkey/FlashpointCampaigns.ahk @@ -1,4 +1,4 @@ -#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. +#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. #Warn ; Enable warnings to assist with detecting common errors. #UseHook On ; Keyboard hook #SingleInstance force ; Force single running instance diff --git a/Autohotkey/TOAW4-V2.ahk b/Autohotkey/TOAW4-V2.ahk index aac4c8c..769f350 100755 --- a/Autohotkey/TOAW4-V2.ahk +++ b/Autohotkey/TOAW4-V2.ahk @@ -1,4 +1,4 @@ -; AutoHotkey v2 script for TOAW4 +; AutoHotkey v2 script for TOAW4 #Warn ; Enable warnings to assist with detecting common errors. #UseHook true ; Keyboard hook #SingleInstance force ; Force single running instance diff --git a/Autohotkey/TOAW4.ahk b/Autohotkey/TOAW4.ahk index b38a336..86dc694 100755 --- a/Autohotkey/TOAW4.ahk +++ b/Autohotkey/TOAW4.ahk @@ -1,4 +1,4 @@ -#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. +#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. #Warn ; Enable warnings to assist with detecting common errors. #UseHook On ; Keyboard hook #SingleInstance force