summaryrefslogtreecommitdiffstats
path: root/windows/autohotkey/Source/All.ahk
diff options
context:
space:
mode:
authordennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-01-10 16:33:14 +0000
committerdennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-01-10 16:33:14 +0000
commit6d0b9db7e1dfa23ee0204b0a57847c4126e2500a (patch)
treee804fab2b736b632fb304bc92415ed9692b7e57c /windows/autohotkey/Source/All.ahk
parentc20fbca2ebad005b2c981dec0db4ae5a7b824797 (diff)
Der »alte« AHK-Treiber ist als »deprecated« einzustufen. Der Namenswechsel des Verzeichnis soll dies wiederspielen und eventuelle »Gewohnheitsfehler« vermeiden.
git-svn-id: https://svn.neo-layout.org@1423 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows/autohotkey/Source/All.ahk')
-rw-r--r--windows/autohotkey/Source/All.ahk22
1 files changed, 0 insertions, 22 deletions
diff --git a/windows/autohotkey/Source/All.ahk b/windows/autohotkey/Source/All.ahk
deleted file mode 100644
index 55f8a4b..0000000
--- a/windows/autohotkey/Source/All.ahk
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- All.ahk:
- Diese Datei ist für Entwickler zum schnellen Testen von Änderungen vorgesehen. Bei Syntaxfehlern bietet sie zudem den Vorteil, dass die Zeilennummern relativ zu den einzelnen Modulen angezeigt werden.
- Die Reihenfolge der Includes *ist* relevant! Denn: Vor dem Menü in der Global-Part.ahk dürfen keine Tastenkombinationen definiert werden. Ansonsten kannst du die Dateien hier beliebig anordnen.
-*/
-
-#Include %a_scriptdir%\Warning.ahk
-#Include %a_scriptdir%\Global-Part.ahk
-#Include %a_scriptdir%\Methods-Layers.ahk
-#Include %a_scriptdir%\Keys-Qwert-to-Neo.ahk
-#Include %a_scriptdir%\Keys-Neo.ahk
-#Include %a_scriptdir%\Keys-Numbers.ahk
-#Include %a_scriptdir%\Keys-Special.ahk
-#Include %a_scriptdir%\Keys-NumPad.ahk
-#Include %a_scriptdir%\Keys-DeadKeys.ahk
-#Include %a_scriptdir%\Methods-Lights.ahk
-#Include %a_scriptdir%\Methods-Other.ahk
-#Include %a_scriptdir%\Compose.ahk
-#Include %a_scriptdir%\Methods-Unicode.ahk
-#Include %a_scriptdir%\Methods-ScreenKeyboard.ahk
-
-