
8 Mac Voice Dictation Tricks That Replace Your Keyboard (Without the Cloud)
You've dictated a text message or two on your iPhone. Big deal. Mac's built-in dictation engine — which runs entirely on-device in recent macOS versions — can replace dozens of keyboard-and-mouse actions if you learn its command language. No cloud upload, no subscription, no third-party software needed. Every trick here uses only what Apple ships with your Mac. Here are eight shortcuts that pass the "actually saves time" test.
1. Double-Tap Fn for Instant Dictation
The fastest way to start dictating isn't clicking Edit → Start Dictation. It's the double-tap of the Function (fn) key. Enable it in System Settings → Keyboard → Dictation and toggle on "Use Dictation when available." Once set, a quick double-tap of the fn key anywhere a cursor blinks opens the microphone. Double-tap again to stop — the text appears exactly where you left off.
Real example: You're in the middle of a Notes document and need to capture a thought while looking at a chart. Double-tap fn, speak three sentences, double-tap fn again. No menu clicks, no trackpad reaching.
2. Punctuation & Formatting Commands
The stock dictation engine understands over 60 punctuation and formatting phrases. The most useful:
| Speak This | You Get |
|---|---|
| "new line" | Line break |
| "new paragraph" | Paragraph break |
| "cap that" | Capitalizes the next word |
| "caps on … caps off" | Runs of capital letters |
| "all caps" | UPPERCASE the preceding word |
| "quote…unquote" | "Surrounding quotes" |
| "open paren…close paren" | (Parentheses) |
| "smiley" / "frowny" | 🙂 / 🙁 |

Real example: To type He said, "Mac dictation is faster than typing" (and he meant it). you say: "He said quote Mac dictation is faster than typing unquote open paren and he meant it close paren period."
3. Custom Vocabulary for Jargon-Free Dictation
If your work includes unusual names, acronyms, or industry terms, dictation will mangle them — unless you teach it. Open System Settings → Accessibility → Voice Control → Vocabulary. Add entries like:
Echo Scribe(phonetic: "ECK-oh SKRIBE")REST API(already common, but adding it prevents "rest a pee eye")separation anxiety(if it keeps hearing "separate shun")
Once added, the dictation engine recognizes these phrases with near-100% accuracy, even offline. This is the single highest-ROI setup step for anyone dictating technical or medical content.
4. Voice Control Navigation (Hands-Free OS Control)
Dictation turns words into text. Voice Control turns words into system commands. Enable both in System Settings → Accessibility → Voice Control. With Voice Control on, you can:
- "Open Safari" — launches the app
- "Scroll down" / "Scroll up" — moves the viewport
- "Click link" — clicks the focused link
- "Move cursor to end of paragraph" — jumps the insertion point
- "Go home" / "Go to beginning of line" — cursor positioning
- "Undo that" / "Redo that" — Cmd+Z / Cmd+Shift+Z

Real example: You're editing a draft in Ulysses. "Move cursor to end of paragraph. New line. Period. Dictation: Echo Scribe's local capture feeds right into these workflows." — all without touching the keyboard.
5. Number Mode — "One Two Three" → 123
By default, dictation writes "one hundred twenty-three." Say "number mode" first, and every subsequent number digit is typed as numerals: "one two three" → 123. Say "number mode off" to return to words.
Real example: Dictating an address: "Number mode 1 2 3 Main Street number mode off" → 123 Main Street. For prices, "number mode 4 9 period 9 9" → 49.99. Switch between numeric and word modes mid-sentence for the best of both.
6. Spell Mode for Proper Nouns
Names, codes, and serial numbers still trip up dictation sometimes. Say "spell mode" then recite letters: "E C H O S P A C E" produces "EchoSpace" exactly. Say "spell mode off" to return to normal dictation.
Real example: You're dictating a setup guide. "Download the app from spell mode E C H O hyphen S P A C E dot com spell mode off." → "Download the app from Echo-Space.com."
7. Show Numbers — Click Anything by Voice
Voice Control's "Show numbers" command is the hidden superpower. It overlays numbered labels on every clickable UI element on screen — buttons, links, menu items, even tiny toolbar icons. Say the number to click it.
Real example: You're composing an email in Mail and need to attach a file buried in a context menu. "Show numbers." A number appears next to each menu option. Say "39" — the menu item clicks. "Show numbers" again, and numbers appear on the file picker. Say "12." Done. No mouse, no trackpad, no keyboard shortcuts to memorize.
This trick alone makes Voice Control viable for power users, not just accessibility scenarios.
8. Dictation + Shortcuts Automation
macOS Shortcuts can chain dictation into multi-step workflows. Build a Shortcut that:
- Captures dictation via the "Dictate Text" action
- Processes the text (append to a note, send to an API, clean formatting)
- Triggers a local action (start a transcription, email the result)
Real example: Create a Shortcut called "Quick Log." When triggered (by voice: "Hey Siri, Quick Log"), it opens a dictation prompt, waits for your spoken note, and appends the text to a daily Markdown file in iCloud Drive — timestamped and ready for your evening review.
For power users who need always-available local dictation, Echo Scribe's local capture engine can feed this same pipeline, transcribing audio files on-device and piping the text into Shortcuts for further processing — no cloud dependency at either layer.
FAQ
Does Mac dictation work offline?
Yes. In recent macOS versions, dictation processes everything on-device. You do not need an internet connection for standard dictation, punctuation commands, or Voice Control navigation.
How do I enable Voice Control on my Mac?
Open System Settings → Accessibility → Voice Control and toggle it on. macOS downloads a small voice model (one-time). After that, Voice Control works offline for navigation and text dictation.
Can I dictate punctuation in any app?
Yes. Punctuation commands like "new paragraph," "quote," "comma," and "period" work in any app that accepts text input — Notes, Mail, Pages, TextEdit, browser text fields, and coding IDEs.
What's the difference between Dictation and Voice Control?
Dictation converts your speech into typed text. Voice Control adds hands-free system navigation — you can open apps, click buttons, scroll, and control the cursor by voice. They can run together for a complete hands-free workflow.
How accurate is Mac dictation with technical terms?
Accuracy improves dramatically when you add custom vocabulary in System Settings → Accessibility → Voice Control → Vocabulary. Without custom entries, uncommon names and acronyms may be misheard; with them, accuracy rivals cloud-based services — without sending audio off your device.
Can I use dictation to control coding editors?
Yes. Voice Control works in Xcode, VS Code, and terminal apps. Commands like "Show numbers" help click UI panels, and custom commands can be defined for common code-editing actions. Many developers on X report productive hands-free coding sessions using this setup.