← Back to Blog

Short answer: Voice Keyboard Pro is a dictation app for Mac that types directly where your cursor is, in any app. Hold a hotkey, speak, release, and your words appear at the insertion point in Mail, Slack, VS Code, Notion, Safari, or a terminal, system-wide, with no copy-and-paste step.

If you have searched for "a dictation app for Mac that types where my cursor is in any app," you already know the specific frustration that brought you here. You can speak faster than you type. You want to talk, and you want the words to land exactly where you left off, in whatever window happens to be in front of you. Not in a separate scratchpad. Not in a window you then have to copy from. Right there, at the blinking cursor, in the email you were halfway through writing.

That sounds like it should be the default behavior of any dictation tool. In practice, it is surprisingly rare. Most voice tools either confine you to their own text box, work only in a handful of approved apps, or paste a block of text that overwrites your selection in unpredictable ways. This guide explains what "types where my cursor is" actually requires under the hood, why the built-in option on your Mac so often disappoints, what to look for, and how to set up dictation that works the same way everywhere.

What "types where my cursor is" actually means

The phrase sounds simple, but it bundles three separate requirements that not every tool satisfies at once.

1. Cursor-aware insertion. When you finish speaking, the text has to appear at the current text insertion point, the same place a keystroke would go. If you have text selected, dictation should replace the selection the way typing would. The words should not jump to the end of the document or land in a popup you then have to move yourself.

2. System-wide reach. "In any app" means the same shortcut works in a native Mac app like Mail or Notes, in an Electron app like Slack or VS Code, in a browser text field in Safari or Chrome, and even in a terminal prompt. A tool that only supports a curated list of apps will let you down the moment you open something it has not heard of.

3. No detour through the clipboard. Many lightweight tools fake "any app" support by copying the transcript to your clipboard and asking you to paste it. That works, but it quietly destroys whatever you had copied before, and it adds a manual step every single time. A proper cursor-aware app inserts text the way a keyboard does, leaving your clipboard untouched.

Hit all three and dictation stops feeling like a feature you switch into. It starts feeling like an alternative to the keyboard that is always available, everywhere, in exactly the spot you are working.

Why this is harder than it looks

macOS is deliberately strict about which apps can read and write text in other apps. That is good for security, but it means any dictation tool that wants to insert text at your cursor system-wide has to ask for Accessibility permission and then work within Apple's frameworks to deliver keystrokes to the active field. Some apps render text in ways that do not expose a standard text field at all, which is why a tool has to be built carefully to handle the full range, from a plain NSTextView in a native app to a content-editable div inside a browser.

This is also why the clipboard shortcut is so common. Pasting is the path of least resistance: it does not require deep integration, and it works almost everywhere. But it comes at the cost of clobbering your clipboard and forcing a manual paste. The harder, better path is to insert text directly at the cursor without touching the clipboard at all.

Where Apple's built-in dictation falls short

macOS ships with dictation built in, and for short bursts it is genuinely useful. You press the dictation shortcut, a little microphone floats onto the screen, and your words appear at the cursor. So why are so many people still searching for an alternative?

None of these are dealbreakers for the occasional sentence. They become dealbreakers the moment dictation is your primary way of writing. If you want a side-by-side breakdown, we wrote a full comparison of how a dedicated app compares to Apple's built-in dictation.

What to look for in a cursor-aware Mac dictation app

If you are evaluating options, these are the criteria that actually matter for the "types where my cursor is, in any app" use case:

How Voice Keyboard Pro does it

Voice Keyboard Pro is a native macOS app built specifically around this workflow. It lives in your menu bar, stays out of the way, and gives you one consistent gesture for dictation everywhere on your Mac.

The flow is deliberately simple: hold a hotkey, speak, release. The moment you let go, your words appear at the cursor, in whatever app is in front of you, formatted with natural punctuation. There is no separate window to click into, no transcript to copy, and your clipboard is left exactly as you had it. Because it inserts at the insertion point the way a keystroke does, selected text gets replaced just as it would if you had typed over it.

"In any app" is meant literally. The same hold-to-talk shortcut works in native apps, in browser fields, in chat apps, in code editors, and at a terminal prompt. If you can put a cursor there, you can dictate there. For a closer look at the mechanics, we explain how to dictate in any Mac app step by step.

Speed that keeps up with thought

The reason cursor-aware dictation matters is speed, and not just the speed of the transcription. The average adult types around 40 words per minute. Most people speak comfortably at 130 to 150 words per minute. Even a fast professional typist in the 80 to 100 words per minute range is being out-paced by their own voice. The catch has always been that dictation only delivers that advantage if the text arrives at the right place, instantly, without a manual paste step in between. When it does, you stop thinking about the tool and just write.

Smart Vocabulary so it stops mishearing your words

Every job has its own vocabulary: client names, product names, internal acronyms, medical or legal terms, the unusual spelling of a teammate's name. Voice Keyboard Pro includes Smart Vocabulary, a personal dictionary with replacement rules. You teach it the words you use, and it stops getting them wrong. This is the difference between dictation you trust for real work and dictation you have to proofread line by line. If your work leans heavily on jargon, our piece on menu bar voice-to-text covers how the menu bar workflow keeps everything one shortcut away.

Meeting Mode and calendar detection

Beyond cursor dictation, Voice Keyboard Pro includes Meeting Mode with speaker detection and AI notes, plus calendar meeting detection that recognizes when you are about to join a meeting. These are separate from the core hold-to-talk dictation, but they round out the app for people who spend their day moving between writing and meetings.

Where cursor dictation matters most, app by app

Here is where being able to dictate at the cursor in any app pays off in everyday use:

Email (Mail, Gmail in the browser, Outlook)

Reply to a long email by talking through your answer in the reply field, right where the cursor already is. No switching to a separate dictation window and pasting the result into the message.

Slack, Messages, and chat

Fire off a detailed message by voice in the compose box. Because insertion happens at the cursor, you can dictate a sentence, type a quick edit, and dictate again without losing your place.

VS Code, Cursor, and code editors

Dictate code comments, commit messages, documentation, and pull-request descriptions directly in the editor. The text lands at the cursor in the file or field you are working in, not in a floating box you then have to reconcile.

Notion, Obsidian, and note apps

Capture a thought the instant you have it, at the exact spot in the note you are building. This is where speaking faster than you type compounds: long-form notes and outlines come together far faster when you talk them out.

The terminal

Dictate long file paths, descriptive commit messages, or a block of text into a prompt. Cursor-aware insertion means the words go to the command line, not into a window you have to copy from.

Privacy: what leaves your Mac

Privacy is a fair question for any tool that listens to your microphone and types into every app you use. Voice Keyboard Pro's server stores only operational pings, the lightweight signals needed to keep the service running. It does not store your audio, and it does not store the content of what you dictate. The words you speak are turned into text and delivered to your cursor; the transcript itself is yours.

Setting it up

Getting cursor-aware dictation running takes a couple of minutes:

  1. Download and install Voice Keyboard Pro for Mac. It is a lightweight menu bar app.
  2. Grant the two permissions macOS requires: Microphone (so it can hear you) and Accessibility (so it can insert text at your cursor in other apps). This is the step that makes "any app" possible, and macOS will prompt you for it.
  3. Pick your hold-to-talk hotkey.
  4. Open any app, place your cursor, hold the key, speak, and release. The text appears.

That Accessibility permission is the key that unlocks system-wide, cursor-aware insertion. It is the same permission category that lets text-expansion and automation tools work, and it is what separates a genuine "types where my cursor is" experience from a clipboard workaround.

Frequently asked questions

Does it really work in every app, or just a supported list?

It works system-wide through the cursor. If an app accepts keyboard input into a text field, you can dictate into it the same way, including browsers, chat apps, editors, and the terminal.

Will it overwrite my clipboard?

No. Text is inserted at the cursor directly, so whatever you had copied stays on your clipboard.

What if I have text selected?

Dictating replaces the selection, exactly as typing over selected text would.

Is there a free version?

Yes. Voice Keyboard Pro has a free tier with daily limits, so you can try cursor dictation across your apps before deciding. Pro is $4.99 per month or $34.99 per year and removes the daily limits.

Does it work on iPhone too?

Voice Keyboard Pro also offers an iPhone keyboard with a built-in mic button, so you get voice typing in any iOS app as well. The Mac app and the iPhone keyboard are separate products that share the same approach to voice.

The bottom line

If your search was specifically for a dictation app for Mac that types where your cursor is in any app, the feature you are looking for is system-wide, cursor-aware insertion without a clipboard detour, triggered by a single hold-to-talk shortcut. That is exactly what Voice Keyboard Pro is built to do. Place your cursor anywhere, hold the key, speak, and your words land where you are working, at your natural speaking speed, in the app you are already in.

Try Voice Keyboard Pro free and dictate your next email, message, or note right where the cursor already is.