From 2797d39ad332c68ce7c624af8cf64f598c9835c2 Mon Sep 17 00:00:00 2001 From: 8LWXpg <105704427+8LWXpg@users.noreply.github.com> Date: Mon, 20 May 2024 20:21:45 +0800 Subject: [PATCH] doc --- RegExHotstring.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RegExHotstring.ahk b/RegExHotstring.ahk index deec673..0e767a7 100644 --- a/RegExHotstring.ahk +++ b/RegExHotstring.ahk @@ -218,7 +218,7 @@ class RegExHk extends InputHook { } /** - * Call function when key is up + * Call function when key is up, for the same `c` only first `Callback` will be called, not for general use. * @param c Character to listen * @param Callback Callback function */