summaryrefslogtreecommitdiffstats
path: root/windows/neo-vars/Source
diff options
context:
space:
mode:
authormösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-11-03 13:54:12 +0000
committermösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-11-03 13:54:12 +0000
commit8f7d2ebe37acc1b93f0af7c034c6cd34a224be28 (patch)
tree82b43922ca6412e1c1f51e8f99b5c27e7b745026 /windows/neo-vars/Source
parent891e56d24c190ea73d692f4df3f7ec4fb0e6eab8 (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/_subwcrev.tmpl.ahk (renamed from windows/neo-vars/_subwcrev.tmpl.ahk)0
-rw-r--r--windows/neo-vars/Source/_subwcrev.tmpl.bat (renamed from windows/neo-vars/_subwcrev.tmpl.bat)0
-rw-r--r--windows/neo-vars/Source/keydefinitions.ahk (renamed from windows/neo-vars/keydefinitions.ahk)0
-rw-r--r--windows/neo-vars/Source/keyhooks.ahk (renamed from windows/neo-vars/keyhooks.ahk)0
-rw-r--r--windows/neo-vars/Source/makecompose.ahk (renamed from windows/neo-vars/makecompose.ahk)4
-rw-r--r--windows/neo-vars/Source/neo20-all.ahk (renamed from windows/neo-vars/neo20-all.ahk)11
-rw-r--r--windows/neo-vars/Source/neovarscomp.ahk (renamed from windows/neo-vars/neovarscomp.ahk)0
-rw-r--r--windows/neo-vars/Source/recycle.ahk (renamed from windows/neo-vars/recycle.ahk)0
-rw-r--r--windows/neo-vars/Source/shortcuts.ahk (renamed from windows/neo-vars/shortcuts.ahk)0
-rw-r--r--windows/neo-vars/Source/varsfunctions.ahk (renamed from windows/neo-vars/varsfunctions.ahk)0
10 files changed, 9 insertions, 6 deletions
diff --git a/windows/neo-vars/_subwcrev.tmpl.ahk b/windows/neo-vars/Source/_subwcrev.tmpl.ahk
index 72cca0d..72cca0d 100644
--- a/windows/neo-vars/_subwcrev.tmpl.ahk
+++ b/windows/neo-vars/Source/_subwcrev.tmpl.ahk
diff --git a/windows/neo-vars/_subwcrev.tmpl.bat b/windows/neo-vars/Source/_subwcrev.tmpl.bat
index b958643..b958643 100644
--- a/windows/neo-vars/_subwcrev.tmpl.bat
+++ b/windows/neo-vars/Source/_subwcrev.tmpl.bat
diff --git a/windows/neo-vars/keydefinitions.ahk b/windows/neo-vars/Source/keydefinitions.ahk
index cfc8821..cfc8821 100644
--- a/windows/neo-vars/keydefinitions.ahk
+++ b/windows/neo-vars/Source/keydefinitions.ahk
diff --git a/windows/neo-vars/keyhooks.ahk b/windows/neo-vars/Source/keyhooks.ahk
index ff818f6..ff818f6 100644
--- a/windows/neo-vars/keyhooks.ahk
+++ b/windows/neo-vars/Source/keyhooks.ahk
diff --git a/windows/neo-vars/makecompose.ahk b/windows/neo-vars/Source/makecompose.ahk
index 0794a9c..1f98aad 100644
--- a/windows/neo-vars/makecompose.ahk
+++ b/windows/neo-vars/Source/makecompose.ahk
@@ -1882,8 +1882,8 @@ FileDelete,%FTo%
FileAppend,%Composita%,%FTo%
}
-EncodeUnicodeFile("..\..\Compose\en_US.UTF-8","en_us.ahk" ,5609)
-EncodeUnicodeFile("..\..\Compose\Compose.neo","neocomp.ahk" ,1067)
+EncodeUnicodeFile("..\..\Compose\en_US.UTF-8","Source\en_us.ahk" ,5609)
+EncodeUnicodeFile("..\..\Compose\Compose.neo","Source\neocomp.ahk" ,1067)
; MsgBox % EncodeUni(DecodeUni("U20ACU0041U0070"))
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
diff --git a/windows/neo-vars/neovarscomp.ahk b/windows/neo-vars/Source/neovarscomp.ahk
index 9ae608c..9ae608c 100644
--- a/windows/neo-vars/neovarscomp.ahk
+++ b/windows/neo-vars/Source/neovarscomp.ahk
diff --git a/windows/neo-vars/recycle.ahk b/windows/neo-vars/Source/recycle.ahk
index 78989dc..78989dc 100644
--- a/windows/neo-vars/recycle.ahk
+++ b/windows/neo-vars/Source/recycle.ahk
diff --git a/windows/neo-vars/shortcuts.ahk b/windows/neo-vars/Source/shortcuts.ahk
index e0d2cc5..e0d2cc5 100644
--- a/windows/neo-vars/shortcuts.ahk
+++ b/windows/neo-vars/Source/shortcuts.ahk
diff --git a/windows/neo-vars/varsfunctions.ahk b/windows/neo-vars/Source/varsfunctions.ahk
index 4ea6229..4ea6229 100644
--- a/windows/neo-vars/varsfunctions.ahk
+++ b/windows/neo-vars/Source/varsfunctions.ahk