diff options
author | hans-christoph <hans-christoph@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-08-10 18:43:18 +0000 |
---|---|---|
committer | hans-christoph <hans-christoph@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-08-10 18:43:18 +0000 |
commit | 66d7b779cf7db996a51be4920a209c42c1fc10b4 (patch) | |
tree | 4f71f6e50ea1d6ad80f9661fa29931bede9f2f71 /windows/autohotkey/Source/Global-Part.ahk | |
parent | 846e5e22ff86d424ddfa2dd204deb283ce06f8de (diff) |
Reorganisation des Codes durch Matthias Wächter. Details siehe CHANGES.txt, Abschnitt 2008-08-10
git-svn-id: https://svn.neo-layout.org@740 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to '')
-rw-r--r-- | windows/autohotkey/Source/Global-Part.ahk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/windows/autohotkey/Source/Global-Part.ahk b/windows/autohotkey/Source/Global-Part.ahk index c7641ee..06d051f 100644 --- a/windows/autohotkey/Source/Global-Part.ahk +++ b/windows/autohotkey/Source/Global-Part.ahk @@ -188,8 +188,12 @@ menu, tray, tip, %name% Variablen initialisieren
*/
-Ebene = 1
-PriorDeadKey := ""
+DeadKey = ""
+CompKey = ""
+PriorDeadKey = ""
+PriorCompKey = ""
+Ebene12 = 0
+EbeneAktualisieren()
|