summaryrefslogtreecommitdiff
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.ahk26
1 files changed, 10 insertions, 16 deletions
diff --git a/windows/autohotkey/Source/All.ahk b/windows/autohotkey/Source/All.ahk
index 2ba1f2e..86681fd 100644
--- a/windows/autohotkey/Source/All.ahk
+++ b/windows/autohotkey/Source/All.ahk
@@ -6,24 +6,18 @@
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
-
-
-
+#Include %a_scriptdir%\Warning.ahk
+#Include %a_scriptdir%\Changelog-and-Todo.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%\Methods-Lights.ahk
+#Include %a_scriptdir%\Methods-Other.ahk
+;#Include %a_scriptdir%\..\Compose\Compose-all-in-one.ahk