Ariver
2026-07-12 33f00a1136c9f7e501b989d432b709d632905304
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: