Ariver
2026-07-12 24f551a39eae849d891da26cc91f90d354e3a2db
C1.source/privatevoice.src/internal/hotkey/hotkey.go
@@ -30,6 +30,8 @@
func GetKeyNameForPlatform(vk int, goos string) string {
   switch vk {
   case 0:
      return ""
   case 0x11:
      return "Ctrl"
   case 0xA2: