summaryrefslogtreecommitdiffstats
path: root/windows/autohotkey/Source/All.ahk
diff options
context:
space:
mode:
authormartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-07-08 17:02:22 +0000
committermartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-07-08 17:02:22 +0000
commitc5acf91f2bf11c143d56bffe71f5cb1234bde1bc (patch)
tree337c6b5ad77c8f08cdf15249737b2ce50a05ac99 /windows/autohotkey/Source/All.ahk
parenta5a18396a836413d326215c567318e23c19816ec (diff)
Rechtschreibfehler korrigiert, Syntaxen korrigiert, Lang-s-Tastatur-Option hinzugefügt
git-svn-id: https://svn.neo-layout.org@624 b9310e46-f624-0410-8ea1-cfbb3a30dc96
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