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

⌘Space is deeper than you think: every modifier, every trick

CmdSpace Team·

⌘Space is the most-pressed shortcut on most Macs. It opens Spotlight, you type a thing, you hit Return. Most users stop there. They miss what ⌘Space actually contains: a small graph of modifier combinations, alternate behaviors, and config…

⌘Space is the most-pressed shortcut on most Macs. It opens Spotlight, you type a thing, you hit Return. Most users stop there. They miss what ⌘Space actually contains: a small graph of modifier combinations, alternate behaviors, and configuration tweaks that turn the same two keys into half a dozen different commands depending on what your fingers do next.

This post walks through every modifier and every trick worth knowing about ⌘Space in 2026, both inside default Spotlight and inside the dedicated launchers most power users eventually adopt.

The core: what ⌘Space actually does

By default, ⌘Space opens Spotlight in the center of your screen. Type, get results, Return, done. Apple has kept this exact behavior since 10.4 Tiger in 2005. The frame has changed, the ranking has changed, the result types have changed — the shortcut has not.

⌥Space, by Apple's default, opens Finder search. Same window, different scope: results limited to files, with Finder-style filters. Some users prefer this for file-only queries; most disable Spotlight's web hits in System Settings and never bother with ⌥Space.

Both shortcuts are remappable in System Settings → Keyboard → Keyboard Shortcuts → Spotlight. You can swap them, disable one, or rebind ⌘Space to an entirely different launcher.

Modifiers inside Spotlight

Once Spotlight is open and you have results, the keys that change behavior are not the same as the keys that opened it. The full set, current as of Tahoe 26:

Keystroke (with a result highlighted)What it does
Open the result (default action)
⌘↩Open the enclosing folder in Finder
⌘LShow the full file path at the bottom of the panel
⌘YQuick Look the highlighted result inline
⌘CCopy the file (Finder semantics)
⌘BSearch the web for the typed query
⌘DLook up in dictionary (sometimes; behavior varies)
⌥↩Reveal in Finder (alternative to ⌘↩)
⌥↓ / ⌥↑Skip to next / previous category in results

The most underused of these is ⌘L. Two files with the same name? ⌘L tells you which one Spotlight is about to open. It is the single shortcut that prevents the "I opened the wrong file" frustration most users have hit at least once.

⌘Y is the other quiet star. A Quick Look from inside Spotlight, no detour through Finder, no application opening. Especially useful for triaging Mail attachments and PDFs.

Modifiers when launching ⌘Space itself

Holding modifiers before pressing ⌘Space changes which surface opens — but the behavior is inconsistent across macOS versions, so verify on your specific release.

On Tahoe 26:

  • ⌘Space alone — Spotlight.
  • ⌥Space alone (if you have not remapped it) — Finder search.
  • ⌥⌘Space — opens a fresh Spotlight window even if Spotlight is already focused (effectively a "reset and refocus" command).
  • ⌃⌘Space — emoji/character picker (entirely separate feature; the keystroke conflict is intentional and Apple's docs acknowledge it).

If you have remapped ⌘Space to a third-party launcher, the modifier behavior depends on the launcher. Most launchers re-implement the same conventions Spotlight uses.

The "type a path" trick

Type / in Spotlight. Spotlight switches into a path-completion mode. Type /usr/local/bin and it completes folder names as you type, just like Terminal. Press ↩ to open the destination in Finder. Press ⌘↩ to reveal it.

This works for ~/, /Applications/, and any absolute path. It is the fastest way to jump to a specific folder in Finder from the keyboard, and few Spotlight users know it exists.

The / trick also works for opening a specific file when you know the exact path — useful for shell scripts and config files in dot-directories that Spotlight does not normally index.

Calculator, conversions, definitions

Spotlight has had inline math since Snow Leopard. The set of expressions it accepts has grown across releases:

  • 2+2 — basic arithmetic.
  • sin(0.5), log(100), sqrt(2) — standard math functions.
  • 12 feet to meters — unit conversion.
  • 100 USD to JPY — currency conversion (network required).
  • 5! (factorial) — works in Tahoe.

Type any of these and Spotlight returns the answer as the top result. ⌘C on the highlighted answer copies the numeric value alone, without the equation prefix.

Definitions work similarly: type define obstinate and the top result is a dictionary card.

Full breakdown of inline calculator options: Inline calculator on macOS.

The system actions Spotlight does not advertise

Spotlight will run a handful of system actions if you type the right command-name:

  • sleep — puts the Mac to sleep.
  • lock screen — locks the screen.
  • log out — opens the log-out confirmation.
  • restart, shut down — same.
  • night shift on / night shift off — toggles Night Shift on Tahoe.

These are not menu items; they are first-party "actions" Spotlight ships. They have grown each release. The list is not documented in any single Apple support page.

Why power users replace it

Spotlight is fine for the operations above. It stops being fine once you want:

  • A clipboard history — Spotlight has no concept of "show me what I copied 10 minutes ago."
  • Kill a process by port — type kill 3000; nothing happens.
  • Run a shell command — Spotlight will not execute it.
  • Customize the ranking — Spotlight's ranking is fixed.
  • Disable Siri Suggestions and App Store hits permanently — you can toggle them off, but they re-enable on some macOS updates.

Every dedicated launcher in 2026 — CmdSpace, Raycast, Alfred — adds these capabilities by default. The shortcut to invoke them is still ⌘Space (or ⌥Space if you keep Spotlight running on its own key); the behavior after ⌘Space is what changes.

Switching is documented in Why Spotlight is hostile to developers and Best Mac launcher in 2026. The migration is short. The muscle memory survives — your fingers still hit ⌘Space; the surface that opens is just better.

⌘Space as a global capture key

Once you have a launcher you trust, ⌘Space stops being just "search." It becomes the universal capture key for any keyboard-driven task:

  • Type a quick math expression.
  • Type a snippet trigger to paste an address.
  • Type a custom command keyword to run a script.
  • Type a partial filename to open a recent project.
  • Type "calendar" to add a meeting via a calendar plugin.

The interface is the same: ⌘Space, type a few characters, Return. The capability behind it depends on the launcher.

This is the unspoken reason ⌘Space has stayed so central to macOS for two decades. It is not Spotlight's design — it is the keystroke's. ⌘ on the home row and Space directly under your thumb is the lowest-friction shortcut on any keyboard. Whatever opens behind it absorbs every keyboard-driven task you can think of.

Practical tweaks to make today

A short list of changes that pay off immediately, no third-party app required:

  1. Disable Siri Suggestions in Spotlight. System Settings → Spotlight → uncheck "Show suggestions in Look Up" and uncheck app categories you do not want. Cuts the noise by 60%.

  2. Disable Spotlight's web search. Same panel. The web search results are slow and rarely useful. Remove them.

  3. Add node_modules to Spotlight Privacy if you are a developer. System Settings → Spotlight → Search Privacy → drag in folders to exclude. Big improvement to result quality. (Or use the per-folder method documented in Why git checkout triggers a Spotlight storm.)

  4. Remap ⌥Space to your dedicated launcher if you want both Spotlight and a power-user launcher available. ⌘Space stays Spotlight; ⌥Space gets the new tool.

  5. Or remap ⌘Space directly to the new launcher and shift Spotlight to ⌥Space. The pragmatic choice once you have decided which app you want under your thumb.

⌘Space inside CmdSpace

Since this post mentions CmdSpace several times: in CmdSpace, ⌘Space opens the launcher with the cursor in the search field, just like Spotlight. The internal navigation matches what your fingers already know — arrow keys, ↩, ⌘↩, ⌘L for path. The difference is what you can type:

  • A port number triggers kill-by-port.
  • A keyword triggers a custom shell command.
  • An app-specific phrase opens a window of that app.
  • A clipboard history shortcut shows the last 20 copies.

The launch keystroke is the same. The capability behind it absorbs the launcher use cases Spotlight was never designed to handle.

Closing

⌘Space is a tiny piece of keyboard real estate that holds a surprising amount of macOS power-user behavior. The default Spotlight surface uses only some of it. The deeper modifiers, the path-completion trick, the system commands, and the inline calculator are all yours for free, no install required. The further power-user tier — clipboard, kill-by-port, scripts — lives one launcher install away.

Either way, the keystroke is the same. The reason power users care so much about ⌘Space is not Spotlight or any specific app. It is that two keys, when wired well, can absorb most of what you do on a Mac.

Companion posts