From 22000d59b5c0fb737a0f683f2be5e71bc11f71a1 Mon Sep 17 00:00:00 2001 From: martin_r Date: Thu, 13 Nov 2008 17:14:59 +0000 Subject: git-svn-id: https://svn.neo-layout.org@1187 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/neo-vars/src/source/performance.ahk | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 windows/neo-vars/src/source/performance.ahk (limited to 'windows/neo-vars/src/source/performance.ahk') 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 -- cgit v1.2.3