diff options
author | mösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-11-03 13:54:12 +0000 |
---|---|---|
committer | mösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-11-03 13:54:12 +0000 |
commit | 8f7d2ebe37acc1b93f0af7c034c6cd34a224be28 (patch) | |
tree | 82b43922ca6412e1c1f51e8f99b5c27e7b745026 /windows/neo-vars/neo20-all.ahk | |
parent | 891e56d24c190ea73d692f4df3f7ec4fb0e6eab8 (diff) |
• ähnliche Ordnerstruktur wie für das alte AHK-Skript erstellt.
• neo20.ahk und neo20.exe werden nun nicht mehr hier eingecheckt sondern generiert und stehen für den Import an geeigneterer Stelle bereit.
git-svn-id: https://svn.neo-layout.org@1094 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to '')
-rw-r--r-- | windows/neo-vars/Source/neo20-all.ahk (renamed from windows/neo-vars/neo20-all.ahk) | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/windows/neo-vars/neo20-all.ahk b/windows/neo-vars/Source/neo20-all.ahk index def45a0..532a00e 100644 --- a/windows/neo-vars/neo20-all.ahk +++ b/windows/neo-vars/Source/neo20-all.ahk @@ -1,9 +1,12 @@ -; Revision Information
-#Include %a_scriptdir%\_subwcrev.ahk
+; Change working dir
+#Include %a_scriptdir%\..
+
+; Revision Information (don't moun)
+#Include *i %a_scriptdir%\_subwcrev.ahk
; die Compose-Definitionen
-#Include %a_scriptdir%\en_us.ahk
-#Include %a_scriptdir%\neocomp.ahk
+#Include *i %a_scriptdir%\en_us.ahk
+#Include *i %a_scriptdir%\neocomp.ahk
#Include %a_scriptdir%\neovarscomp.ahk
; Hier liegt die Tastaturbelegung
|