summaryrefslogtreecommitdiffstats
path: root/windows/autohotkey/Source/All.ahk
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--windows/autohotkey/Source/All.ahk29
1 files changed, 29 insertions, 0 deletions
diff --git a/windows/autohotkey/Source/All.ahk b/windows/autohotkey/Source/All.ahk
new file mode 100644
index 0000000..2ba1f2e
--- /dev/null
+++ b/windows/autohotkey/Source/All.ahk
@@ -0,0 +1,29 @@
+/*
+ ------------------------------------------------------
+ Liste der Module
+
+ Die Reihenfolge der Includes *ist* relevant!
+
+ Siehe auch:
+ http://www.autohotkey.com/docs/commands/_Include.htm
+
+
+ ToDo:
+ if(exist(compose.ahk)) then (include(compose.ahk)) einbauen
+
+ ------------------------------------------------------
+*/
+
+
+#Include Warning.ahk
+#Include Changelog-and-Todo.ahk
+#Include Global-Part.ahk
+#Include Methods-Layers.ahk
+#Include Keys-Qwert-to-Neo.ahk
+#Include Keys-Neo.ahk
+#Include Methods-Lights.ahk
+#Include Methods-Other.ahk
+
+
+
+