From 88dcd8a439636934c33442a8ec5d80a8ddc66637 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=B6si?= Date: Thu, 13 Nov 2008 14:14:58 +0000 Subject: =?UTF-8?q?Performance-Einstellungen=20in=20eine=20eigene=20Datei?= =?UTF-8?q?=20gegeben=20zwecks=20besserer=20=C3=9Cbersicht=20=C3=BCber=20d?= =?UTF-8?q?ie=20Einstellungen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@1183 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/neo-vars/src/Source/performance.ahk | 11 +++++++++++ windows/neo-vars/src/Source/recycle.ahk | 9 --------- windows/neo-vars/src/neo20-all.ahk | 1 + 3 files changed, 12 insertions(+), 9 deletions(-) create mode 100644 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 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 * diff --git a/windows/neo-vars/src/neo20-all.ahk b/windows/neo-vars/src/neo20-all.ahk index 75c38ca..5d9a88b 100644 --- a/windows/neo-vars/src/neo20-all.ahk +++ b/windows/neo-vars/src/neo20-all.ahk @@ -14,6 +14,7 @@ SetWorkingDir, %A_ScriptDir% #Include Source\keydefinitions.ahk ; Shortcuts, um die Zeichen wieder sauber zur Applikation bringen zu können +#Include Source\performance.ahk #Include Source\shortcuts.ahk ; Good-old AHK-Skripts, enthalten die ersten Key-Hooks für Mod-Tasten -- cgit v1.2.3