Command mode takes the text you have selected plus a spoken instruction, and replaces the selection with the result. "Make this more concise", "turn this into bullet points", "fix the grammar".
Two ways in
- Hotkey โ
Alt+Shift+C, orโฅโงCon macOS - Voice โ say
{wake} command, for example "Annika command"
How your selection is captured
This is the part that varies by platform, and it explains most of the odd behaviour people hit.
| Platform | Method |
|---|---|
| Windows | Accessibility APIs first, with a 250 ms budget. If the app does not expose its text, it falls back to a simulated copy. |
| macOS ยท Linux | Always a simulated copy. |
The fallback is careful about it: your clipboard is backed up, cleared, then copied into, and restored afterwards. Clearing first matters โ without it, a failed copy would silently hand the model whatever you copied an hour ago.
The follow-up window
After any completed command or dictation, InkSpoke stays listening for a follow-up for 60 seconds so you can chain instructions without repeating the wake word. A countdown notification shows while it is open; clicking it closes the window.
During that window you can say "cancel" to close it, the wake word alone to start fresh dictation, or {wake} command to open command mode again.
Stopping injection mid-flight
While text is being typed, say {name} stop โ for example "Annika stop" โ to abort. A bare "stop" deliberately does not match, since it is far too common a word to hand that power to.