summaryrefslogtreecommitdiffstats
path: root/windows/neo-vars/src/Source/performance.ahk
diff options
context:
space:
mode:
authormösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-11-13 14:14:58 +0000
committermösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-11-13 14:14:58 +0000
commit88dcd8a439636934c33442a8ec5d80a8ddc66637 (patch)
tree9648b7a5731c1990e8825403df7c895cc9029792 /windows/neo-vars/src/Source/performance.ahk
parentf6781b3c6412b9dfa18408eec3fe4cd01eab41d4 (diff)
Performance-Einstellungen in eine eigene Datei gegeben zwecks besserer Übersicht über die Einstellungen
git-svn-id: https://svn.neo-layout.org@1183 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows/neo-vars/src/Source/performance.ahk')
-rw-r--r--windows/neo-vars/src/Source/performance.ahk11
1 files changed, 11 insertions, 0 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