Have recently been enjoying Star Citizen in VR with 4.5 and 4.6 - but it has highlighted some issues with my setup - and I'm sure I am not alone. Typing is awkward to impossible, which makes navigating the Mobiglass map, searching the Aesop terminals or typing in chat a headset-up moment, which can ruin the immersion. I looked for an existing solution out there, but couldn't find any - there are plenty of options for voice-to-keybind to activate various ship functions, but not a simple one that allows text entry with Star Citizen. (I briefly tried Windows Speech but SC disables the Windows key so the shortcut to activate it is not functional, and cannot be changed) So I created a simple python script that uses OpenAI's Whisper API. SC Voice Typing You'll need to provide your own OpenAI API key, and any configuration can be done with environment variables (or a .env file) What it does: Listens for a key combination press (defaults to CTRL+ALT+0) Waits for you to start speaking Waits for you to either press the key combination again, or for (configurable) 1 second of silence Sends the sound clip to OpenAI's Whisper API, and waits for a response Pastes the response into whatever text box you currently have selected It takes a second or two from finishing speaking to the text being entered - but it has done remarkably well for me with some of the Star Citizen locations I've been searching on the map "brio", "devlin", "pyro" - and others I can get it to be correct by pronouncing it more specifically - "lorville" often comes out as "lawville"