From 8d5843394f6ac48c7f23c9fbf73d0bed3d99b069 Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Sun, 12 Jul 2026 02:44:09 +0800 Subject: [PATCH] chore(independent-developer): refresh codebase memory after split --- C1.source/privatevoice.src/internal/hotkey/hotkey.go | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/C1.source/privatevoice.src/internal/hotkey/hotkey.go b/C1.source/privatevoice.src/internal/hotkey/hotkey.go index 8cf54bf..32f6269 100755 --- a/C1.source/privatevoice.src/internal/hotkey/hotkey.go +++ b/C1.source/privatevoice.src/internal/hotkey/hotkey.go @@ -13,6 +13,8 @@ IsAnyOtherKeyPressed(excludeVK int) bool // IsAnyOtherKeyPressedSince returns true if another key was pressed after since. IsAnyOtherKeyPressedSince(excludeVK int, since time.Time) bool + // Close releases listener resources. + Close() } // New creates a new platform-specific hotkey listener. -- Gitblit v1.9.3