From 24f551a39eae849d891da26cc91f90d354e3a2db Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sun, 12 Jul 2026 02:44:05 +0800
Subject: [PATCH] chore(mas): refresh codebase memory after split

---
 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