diff --git a/lib/HoldRepeat.ahk b/lib/HoldRepeat.ahk index 29eccd1..7d7cc93 100644 --- a/lib/HoldRepeat.ahk +++ b/lib/HoldRepeat.ahk @@ -26,6 +26,8 @@ _HoldRepeat_Handler(IsHold, TargetKey, CancelKeys:=[], HoldKey:="") { if IsHold { Send HoldRepeat_BlindMode "{" TargetKey " down}" + } else { + Send HoldRepeat_BlindMode "{" TargetKey "}" } SetTimer _HoldRepeat_Loop.Bind(IsHold, TargetKey, CancelKeys, HoldKey), HoldRepeat_TimerPeriod