diff options
-rw-r--r-- | windows/neo-vars/src/Source/varsfunctions.ahk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/windows/neo-vars/src/Source/varsfunctions.ahk b/windows/neo-vars/src/Source/varsfunctions.ahk index 8b7ad89..021e338 100644 --- a/windows/neo-vars/src/Source/varsfunctions.ahk +++ b/windows/neo-vars/src/Source/varsfunctions.ahk @@ -1,3 +1,5 @@ +#NoEnv
+
AllStar(This_HotKey) {
global
PhysKey := This_HotKey
|