v1.0 — Now available for macOS · Press ⌘ Space to launch
← Back to blog

The macOS dictionary shortcut you've been missing

CmdSpace Team·

There is a shortcut built into macOS, present since at least Snow Leopard, that most users never discover. It works in nearly every app that renders text. It calls up a dictionary card, Wikipedia stub, and Siri Suggestion in one keystroke.…

There is a shortcut built into macOS, present since at least Snow Leopard, that most users never discover. It works in nearly every app that renders text. It calls up a dictionary card, Wikipedia stub, and Siri Suggestion in one keystroke. It does not require touching the trackpad. It does not require opening the Dictionary app.

The shortcut is ⌃⌘D.

This post is a tour of what it does, where it works, and why it remains one of the cleanest small shortcuts in macOS.

What it does

Position the cursor (any cursor — text cursor, mouse cursor, arrow) over any word in any text view, then press ⌃⌘D. A small floating card appears at the cursor location with:

  • The dictionary definition (Apple's New Oxford American Dictionary).
  • The thesaurus entry.
  • A Wikipedia stub for proper nouns.
  • A Siri Suggestion for related searches (when enabled).

The card dismisses when you press Escape or click anywhere else. It does not steal focus from the underlying app — keep typing, the card stays open until you look away.

That is the entire feature. It has been there for a decade and a half. Most macOS users have never used it.

Where it works

The list is long. ⌃⌘D works in:

  • Safari — any web page text.
  • Mail — message body, sidebar previews, even subjects.
  • Notes — the body of any note.
  • Messages — message bubbles.
  • Pages, Numbers, Keynote — document text.
  • TextEdit — any document.
  • Preview — selectable PDF text.
  • Most Cocoa text fields — including the Finder's rename mode and Spotlight's input.

It does not consistently work in:

  • Electron apps — Slack, VS Code, Discord. The dictionary hook is missing unless the app explicitly wires it.
  • Some Java apps — the AWT layer skips the Cocoa text-services API.
  • Web apps in Chrome — same story as Electron.

The pattern: native Cocoa text rendering gets the dictionary hook for free. Anything that draws its own text widget does not.

Force Touch alternative

If you have a force-touch trackpad — every MacBook since 2015 — you can also trigger the dictionary card by force-touching a word: deep-press on the trackpad while the cursor is over the word.

The keyboard shortcut is faster, more discoverable in screen recordings, and works on external keyboards without a trackpad. But force-touch is the path most users discover first, usually by accident.

Real use cases

A shortcut is only useful if it saves time on something you actually do. The dictionary shortcut pays off in three concrete cases:

1. Reading an article with an unfamiliar word

You're skimming a long-form post. A word you do not know shows up. Pre-shortcut: highlight the word, ⌘C, switch to Dictionary app, ⌘V, ↩. Six keystrokes, one app switch, lost place in the article.

With ⌃⌘D: position cursor over word, one shortcut, glance at card, Escape. Two keystrokes, no app switch, no loss of place. The card dismisses and you keep reading exactly where you were.

This is the case the shortcut was designed for, and the one it solves best.

2. Looking up a proper noun

The dictionary card includes a Wikipedia stub when the word is a proper noun. ⌃⌘D on "Tahoe" in a macOS news article gives the dictionary card and Wikipedia's intro paragraph for either the lake or the macOS version, depending on context. Faster than opening a browser tab.

3. Vocabulary while drafting

You are writing an email and want to be sure "obstinate" is the right word for the tone. Position cursor in the word, ⌃⌘D, read the definition and the thesaurus list, pick a better word if needed. No app switch. No interruption to the flow of writing.

Variants

Several variants worth knowing:

Hover-only Look Up

System Settings → Trackpad → Point & Click → "Look up & data detectors" → choose "Force Click with one finger" or "Tap with three fingers." Set the gesture you prefer; the keyboard ⌃⌘D works independently.

Selection lookup

If you have selected a phrase (not just hovering over a word), ⌃⌘D looks up the selection. Useful for compound words and short phrases like "force majeure" or "carpe diem."

Right-click menu

In any text view, right-click a word. The context menu includes "Look Up '[word]'" near the bottom. Slower than the shortcut but exists for the discovery-by-mouse path.

Speak Selection

System Settings → Accessibility → Spoken Content → enable "Speak Selection." Now ⌥Esc reads the current selection aloud. Pair with ⌃⌘D for a "look up and have it read to me" combo that is useful for proofreading or for users who learn aurally.

Why it has stayed hidden

A reasonable question: if the shortcut is so useful, why doesn't Apple advertise it?

Two reasons. First, Apple's macOS marketing focuses on user-segment features (privacy, AI, Continuity) rather than individual shortcuts. There is no "shortcut of the year" page. Second, Apple has bet on the trackpad gesture (force-touch, three-finger tap) as the discoverability path, and most users do find it that way eventually.

The keyboard shortcut is a fallback for: external-keyboard users, people on non-trackpad Macs (the Mac mini, the Mac Studio), and people who have the gesture remapped. Apple ships it but does not surface it because the primary discovery path is the trackpad gesture.

The result: power users who do not use the trackpad gesture never learn the shortcut exists. After fifteen years it remains one of the cleanest hidden shortcuts in macOS.

A small experiment

Try this for a week. Every time you encounter an unfamiliar word — in an article, an email, a tweet — press ⌃⌘D instead of asking a search engine or opening Dictionary.app. Note how often the dictionary card answers your question before you would have switched apps.

In my own use, the ratio is about 80%. The other 20% are cases where I need more context than a definition (a technical term, a historical reference), and I open a browser tab. For four out of five word-lookups, the shortcut closes the loop without breaking flow.

That ratio compounds. A dozen word-lookups a day, eight closed without context switching, is a meaningful amount of saved attention.

Pair it with a launcher

The dictionary shortcut works alongside whatever launcher you use. ⌘Space for "search and launch," ⌃⌘D for "explain this word right here." The two shortcuts target adjacent problems:

  • ⌘Space: I want to find or open something.
  • ⌃⌘D: I want to understand the word in front of me without leaving.

Most users have only the first. Adding the second is one of the smallest, cheapest upgrades a Mac user can make to their daily flow.

Where else to look

If this shortcut surprises you, several other "obscure but useful" shortcuts likely do too. The full collection: Hidden macOS keyboard shortcuts in 2026. The broader power-user reference: macOS keyboard shortcuts.

The pattern across all of these: macOS has accumulated capability over twenty years that Apple does not surface in any single discoverability path. The capability remains. Learning it is one shortcut at a time, and ⌃⌘D is a good first one.

Companion posts