Ariver
2026-07-11 015f1089ea875a153dd2a18ef42c25145d4868f5
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: