diff options
author | dennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-09-16 16:13:15 +0000 |
---|---|---|
committer | dennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-09-16 16:13:15 +0000 |
commit | 923d09deb161aa4a8702c1658ba4349cd9477f0e (patch) | |
tree | 5b308f51bbd51ac537d08164e74909b00d067dcd /windows/autohotkey/Source/Keys-Neo.ahk | |
parent | 6a5a5759873d82bf78362fbbca04ada55fb9bf17 (diff) |
Alle .ahk-Dateien enden jetzt mit mindestens zwei Leezeilen; ein Überbleibsel aus dem Build-Skript entfernt.
git-svn-id: https://svn.neo-layout.org@897 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to '')
-rw-r--r-- | windows/autohotkey/Source/Keys-Neo.ahk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/windows/autohotkey/Source/Keys-Neo.ahk b/windows/autohotkey/Source/Keys-Neo.ahk index baf8db0..d7de34a 100644 --- a/windows/autohotkey/Source/Keys-Neo.ahk +++ b/windows/autohotkey/Source/Keys-Neo.ahk @@ -1151,3 +1151,5 @@ neo_tab: DeadKey := ""
CompKey := ""
} return
+
+
|