summaryrefslogtreecommitdiff
path: root/windows/autohotkey/Source/Methods-Other.ahk
diff options
context:
space:
mode:
authormartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-09-16 22:33:32 +0000
committermartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-09-16 22:33:32 +0000
commit5cbaabf7ce10de01c9ab89629b16affa449c644c (patch)
treef10add937cdb1d2356c9ff0a71982fb1378d656d /windows/autohotkey/Source/Methods-Other.ahk
parentebb08e8af058acf1f002f355b578cefab0729763 (diff)
downloadneo-layout-5cbaabf7ce10de01c9ab89629b16affa449c644c.tar.gz
neo-layout-5cbaabf7ce10de01c9ab89629b16affa449c644c.tar.bz2
neo-layout-5cbaabf7ce10de01c9ab89629b16affa449c644c.zip
»>« vergessen.
Skript verbessert. Compose.ahk aktualisiert. 1er-Compose ermöglicht. git-svn-id: https://svn.neo-layout.org@903 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows/autohotkey/Source/Methods-Other.ahk')
-rw-r--r--windows/autohotkey/Source/Methods-Other.ahk3
1 files changed, 2 insertions, 1 deletions
diff --git a/windows/autohotkey/Source/Methods-Other.ahk b/windows/autohotkey/Source/Methods-Other.ahk
index 3e6bae1..c32bdd9 100644
--- a/windows/autohotkey/Source/Methods-Other.ahk
+++ b/windows/autohotkey/Source/Methods-Other.ahk
@@ -110,7 +110,8 @@ CheckComp(d) {
global
if (PriorDeadKey = "comp") {
CompKey := "<" . d . ">"
- DeadKey =
+ PriorDeadKey := DeadKey =
+ CheckCompose()
TryThirdCompKey = 0
return 1
} else if TryFourthCompKey {