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: