Problem
After dictation finishes, OpenWhispr auto-pastes transcribed text at the cursor. In many apps (chat, search bars, AI prompts, terminal REPLs), Enter submits the message - but OpenWhispr stops after paste, so users still have to reach for the keyboard.
Proposed solution
Add an optional post-paste action, similar to what Wispr Flow offers:
- Toggle: "Press Enter after paste" (off by default)
- When enabled, always send Enter after successful auto-paste
Use cases
- Voice-driven workflow with a hardware remote (dictation hotkey triggered externally)
- Chat / messaging apps where Enter sends
- Quick search or command palettes
- Accessibility: minimize switching between microphone and keyboard
Platform notes
- Windows: could reuse existing paste path (
windows-fast-paste / SendInput) to send VK_RETURN after paste
- Linux: extend existing
xdotool / wtype / ydotool fallback
Expected behavior
- User dictates:
"Hello world."
- OpenWhispr pastes:
Hello world.
- OpenWhispr sends: Enter (submit)
Thanks for considering - happy to test a beta on Windows or Linux.
Problem
After dictation finishes, OpenWhispr auto-pastes transcribed text at the cursor. In many apps (chat, search bars, AI prompts, terminal REPLs), Enter submits the message - but OpenWhispr stops after paste, so users still have to reach for the keyboard.
Proposed solution
Add an optional post-paste action, similar to what Wispr Flow offers:
Use cases
Platform notes
windows-fast-paste/SendInput) to sendVK_RETURNafter pastexdotool/wtype/ydotoolfallbackExpected behavior
"Hello world."Hello world.Thanks for considering - happy to test a beta on Windows or Linux.