diff options
author | mösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-11-12 11:17:48 +0000 |
---|---|---|
committer | mösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-11-12 11:17:48 +0000 |
commit | 1343e880e63ed075046a438f9205c4c3953c25ce (patch) | |
tree | ba3c38c4c44e45ae92c564630b6d8216ffc2286e /windows/neo-vars/src/Source | |
parent | ac3481a0fab5a638f33763893ef36358b2cd7755 (diff) | |
download | neo-layout-1343e880e63ed075046a438f9205c4c3953c25ce.tar.gz neo-layout-1343e880e63ed075046a438f9205c4c3953c25ce.tar.bz2 neo-layout-1343e880e63ed075046a438f9205c4c3953c25ce.zip |
neo20-all.ahk liegt jetzt nicht mehr versteckt im Unterverzeichnis sondern direkt im src-Top.
git-svn-id: https://svn.neo-layout.org@1175 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows/neo-vars/src/Source')
-rw-r--r-- | windows/neo-vars/src/Source/neo20-all.ahk | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/windows/neo-vars/src/Source/neo20-all.ahk b/windows/neo-vars/src/Source/neo20-all.ahk deleted file mode 100644 index 8f5803f..0000000 --- a/windows/neo-vars/src/Source/neo20-all.ahk +++ /dev/null @@ -1,29 +0,0 @@ -SetWorkingDir, %A_ScriptDir%\..
-#Include %A_ScriptDir%\..\
-
-
-; Revision Information (don't moun)
-#Include *i Source\_subwcrev1.ahk
-#Include *i Source\_subwcrev2.ahk
-
-; die Compose-Definitionen
-#Include *i Source\en_us.ahk
-#Include *i Source\neocomp.ahk
-#Include Source\neovarscomp.ahk
-
-; Hier liegt die Tastaturbelegung
-#Include Source\keydefinitions.ahk
-
-; Shortcuts, um die Zeichen wieder sauber zur Applikation bringen zu können
-#Include Source\shortcuts.ahk
-
-; Good-old AHK-Skripts, enthalten die ersten Key-Hooks für Mod-Tasten
-; Achtung: Hinter dem ersten Keyboard-Hook werden keine globalen Variablen
-; mehr gesetzt!
-#Include Source\recycle.ahk
-
-; Normale Keyboard-Hooks
-#Include Source\keyhooks.ahk
-
-; Das Herz von neo20.ahk: die Tasten- und Zeichen-Behandlungsroutinen
-#Include Source\varsfunctions.ahk
|