Browse Source

make comments clearer

master
Mar Alegre 1 year ago
parent
commit
6d089752f4
  1. 4
      lib/HoldRepeat.ahk

4
lib/HoldRepeat.ahk

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

Loading…
Cancel
Save