Hotkey trigger
A hotkey trigger is the always-listening dictation pattern where a keyboard shortcut (fn key, ctrl-space, etc.) activates voice capture — the UX shortcut behind Wispr Flow, Superwhisper, and macOS / Windows system dictation in 2026.
Voice dictation only feels natural if activation is frictionless. Hotkey triggers solve this: hold the key, speak, release; text inserts in the focused field. Common patterns: hold-to-talk (fn key, ctrl-space — releases when you stop), push-to-toggle (one tap on / next tap off), wake-word (less popular for dictation, more for assistants). Engineering: global keyboard hook (macOS accessibility permission, Windows raw input, X11 in Linux), audio capture during press, dispatch to STT pipeline on release. Trade-offs: hold-to-talk can hurt long captures (cramp), push-to-toggle requires explicit stop. UI cues during capture (waveform, recording indicator) reduce uncertainty.
When to use hotkey trigger
- Any voice dictation UX.
Common mistakes
- Hotkey conflicts with existing app shortcuts — users disable the app.
- No visual capture indicator — users wonder if it's listening.
FAQ
What is hotkey trigger?
A hotkey trigger is the always-listening dictation pattern where a keyboard shortcut (fn key, ctrl-space, etc.) activates voice capture — the UX shortcut behind Wispr Flow, Superwhisper, and macOS / Windows system dictation in 2026.
When should I use hotkey trigger?
Any voice dictation UX.
What are the most common mistakes with hotkey trigger?
Hotkey conflicts with existing app shortcuts — users disable the app. No visual capture indicator — users wonder if it's listening.
Related terms
- Voice dictation — Voice dictation is the modern AI-augmented version of speech-to-text — hold a hotkey, speak, the LLM transcribes + cleans up + inserts. Wispr Flow, Superwhisper, MacWhisper, BetterDictation are 2026 leaders, replacing macOS / Windows system dictation.
- Barge-in — Barge-in is the voice-agent feature where the user can interrupt the assistant mid-response — the assistant detects the speech and stops talking — making conversations feel natural instead of robotic turn-taking.
Last updated: 2026-06-01. Raw markdown: https://promtable.com/glossary/hotkey-trigger.md.