From ac1d4fd8ef875312d11acd4e4e5935ced542c227 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Mon, 06 Jul 2026 15:50:16 +0800
Subject: [PATCH] docs: record R222 merge closure
---
C1.source/privatevoice.src/internal/hotkey/hotkey_linux.go | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/C1.source/privatevoice.src/internal/hotkey/hotkey_linux.go b/C1.source/privatevoice.src/internal/hotkey/hotkey_linux.go
index e0f3f76..a3cdf05 100755
--- a/C1.source/privatevoice.src/internal/hotkey/hotkey_linux.go
+++ b/C1.source/privatevoice.src/internal/hotkey/hotkey_linux.go
@@ -96,3 +96,5 @@
func (l *linuxListener) IsAnyOtherKeyPressedSince(excludeVK int, since time.Time) bool {
return l.IsAnyOtherKeyPressed(excludeVK)
}
+
+func (l *linuxListener) Close() {}
--
Gitblit v1.9.3