|
|
@ -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 |
|
|
|