1
0
This commit is contained in:
Stian Lund
2023-12-12 18:25:44 +01:00
parent db136b4ee2
commit 9ccaeaafe7
4 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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