Feature Request: Auto-submit after voice dictation (push-to-talk)
Resolved 💬 3 comments Opened Apr 7, 2026 by manishbhatt Closed Apr 11, 2026
Problem
When using voice dictation (hold Space to record, release to transcribe), the user still has to press Enter to submit. This breaks the hands-free voice workflow.
Proposed Solution
Either:
- A setting like
voice:autoSubmit(boolean) that automatically submits the prompt when the spacebar is released and transcription completes.
- A new hook event like
VoiceDictationCompletethat fires when transcription finalizes, allowing users to configure auto-submit via hooks.
Use Case
Users who rely on voice input want a fully hands-free experience — hold space, speak, release, and the prompt submits automatically. Having to reach for Enter breaks the flow.
Current Behavior
- Hold
Space→ records audio - Release
Space→ transcribes text into input - Must press Enter to submit
Expected Behavior
- Hold
Space→ records audio - Release
Space→ transcribes text and auto-submits
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗