summaryrefslogtreecommitdiffstats
path: root/windows/neo-vars/src/Source
diff options
context:
space:
mode:
Diffstat (limited to 'windows/neo-vars/src/Source')
-rw-r--r--windows/neo-vars/src/Source/performance.ahk11
-rw-r--r--windows/neo-vars/src/Source/recycle.ahk9
2 files changed, 11 insertions, 9 deletions
diff --git a/windows/neo-vars/src/Source/performance.ahk b/windows/neo-vars/src/Source/performance.ahk
new file mode 100644
index 0000000..a5be4fe
--- /dev/null
+++ b/windows/neo-vars/src/Source/performance.ahk
@@ -0,0 +1,11 @@
+#MaxThreadsPerHotKey 1
+Thread,Interrupt,-1,-1
+
+SetBatchLines -1
+
+#singleinstance force
+Process,Priority,,High
+#MaxHotkeysPerInterval 2000
+
+#usehook on
+Sendmode Input
diff --git a/windows/neo-vars/src/Source/recycle.ahk b/windows/neo-vars/src/Source/recycle.ahk
index 3f41385..a9cc8e0 100644
--- a/windows/neo-vars/src/Source/recycle.ahk
+++ b/windows/neo-vars/src/Source/recycle.ahk
@@ -3,10 +3,6 @@
*******************
*/
-#MaxThreadsPerHotKey 1
-Thread,Interrupt,-1,-1
-
-SetBatchLines -1
SetCapsLockState Off
SetNumLockState Off
SetScrollLockState Off
@@ -14,12 +10,7 @@ SetScrollLockState Off
name=Neo 2.0 (%A_ScriptName%) (r%Revision%-r%CompRevision%)
enable=Aktiviere %name%
disable=Deaktiviere %name%
-#usehook on
-#singleinstance force
#LTrim ; Quelltext kann eingerückt werden,
-Process,Priority,,High
-Sendmode Input
-#MaxHotkeysPerInterval 2000
/****************
* Verzeichnisse *