From 015f1089ea875a153dd2a18ef42c25145d4868f5 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sat, 11 Jul 2026 22:28:32 +0800
Subject: [PATCH] freeze(mas): snapshot tested 2.2.3 build 20260711.1807

---
 C1.source/privatevoice.src/internal/hotkey/hotkey_test.go |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/C1.source/privatevoice.src/internal/hotkey/hotkey_test.go b/C1.source/privatevoice.src/internal/hotkey/hotkey_test.go
index b7bc55d..498b4ca 100644
--- a/C1.source/privatevoice.src/internal/hotkey/hotkey_test.go
+++ b/C1.source/privatevoice.src/internal/hotkey/hotkey_test.go
@@ -11,6 +11,7 @@
 	}{
 		{name: "darwin left command", goos: "darwin", vk: 0x5B, want: "L-⌘"},
 		{name: "darwin right command", goos: "darwin", vk: 0x5C, want: "R-⌘"},
+		{name: "unset", goos: "darwin", vk: 0, want: ""},
 		{name: "windows left windows", goos: "windows", vk: 0x5B, want: "L-Win"},
 		{name: "windows right windows", goos: "windows", vk: 0x5C, want: "R-Win"},
 		{name: "linux right windows fallback", goos: "linux", vk: 0x5C, want: "R-Win"},

--
Gitblit v1.9.3