summaryrefslogtreecommitdiffstats
path: root/windows/autohotkey/Source/All.ahk
diff options
context:
space:
mode:
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
-
-