From 6d089752f48c362be561c3294f133167d688b8c9 Mon Sep 17 00:00:00 2001 From: mar Date: Sun, 14 Apr 2024 19:46:17 -0400 Subject: [PATCH] make comments clearer --- lib/HoldRepeat.ahk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/HoldRepeat.ahk b/lib/HoldRepeat.ahk index c7dcf15..2c0159a 100644 --- a/lib/HoldRepeat.ahk +++ b/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")