diff options
Diffstat (limited to 'windows/autohotkey/Source/Methods-Other.ahk')
-rw-r--r-- | windows/autohotkey/Source/Methods-Other.ahk | 3 |
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 {
|