Skip to content

Commit

Permalink
If the timeout delay expires, act as if Compose has been hit again.
Browse files Browse the repository at this point in the history
  • Loading branch information
samhocevar committed Apr 28, 2014
1 parent e66332b commit cd11389
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,8 @@ send_keystroke(char)

on_delay_expired:
settimer on_delay_expired, off
S.sequence := ""
S.typing := false
refresh_systray()
if (S.typing)
send_keystroke("compose")
return
}

Expand Down

0 comments on commit cd11389

Please sign in to comment.