|
@ -1,7 +1,7 @@ |
|
|
; Functions for holding and repeating keys |
|
|
; Functions for holding and repeating keys |
|
|
|
|
|
|
|
|
; |
|
|
; |
|
|
; Internal Functions |
|
|
; Private Functions |
|
|
; |
|
|
; |
|
|
|
|
|
|
|
|
_HoldRepeat_LoopState := Map() |
|
|
_HoldRepeat_LoopState := Map() |
|
@ -62,7 +62,7 @@ _HoldRepeat_Loop(TargetKey, CancelKeys, HoldKey?, BlindMode:="{Blind}") { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
; |
|
|
; |
|
|
; Internal Functions |
|
|
; Public Functions |
|
|
; |
|
|
; |
|
|
|
|
|
|
|
|
Hold := _HoldRepeat_Handler.Bind("Hold") |
|
|
Hold := _HoldRepeat_Handler.Bind("Hold") |
|
|