diff options
Diffstat (limited to '')
-rw-r--r-- | windows/autohotkey/neo20.ahk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/windows/autohotkey/neo20.ahk b/windows/autohotkey/neo20.ahk index 0f465d2..45c0cb7 100644 --- a/windows/autohotkey/neo20.ahk +++ b/windows/autohotkey/neo20.ahk @@ -2144,7 +2144,8 @@ CheckComp(d) { TryThirdCompKey = 1
return 1
}
-}CheckCompose() {
+}
+CheckCompose() {
CheckCompUni("<G> <A>", 0x391)
CheckCompUni("<G> <B>", 0x392)
CheckCompUni("<G> <E>", 0x395)
|