Mac Keyboard Shortcuts for Productivity (2026)
Quick answer
The fastest way to boost your Mac productivity is to stop reaching for the mouse. macOS has over 200 built-in keyboard shortcuts, but you only need about 40 to cover 90% of daily workflows. The essentials: Cmd-Space (Spotlight), Cmd-Tab (app switcher), Cmd-\` (cycle windows within an app), Ctrl-Up (Mission Control), Ctrl-Left/Right (switch Spaces), and Cmd-W / Cmd-Q (close window / quit app). For text editing, learn Opt-Left/Right (jump by word), Cmd-Left/Right (jump to line start/end), and Opt-Delete (delete previous word). For capture, Cmd-Shift-4 takes a region screenshot, and if you use Noticky, Cmd-Shift-N instantly creates a sticky note that floats above all windows, even fullscreen apps.
This guide covers the shortcuts that actually matter for daily macOS productivity, organized by category so you can learn them systematically.
Understanding Mac modifier keys
Before diving into shortcuts, you need to know the four modifier keys on a Mac keyboard. Every shortcut is a combination of one or more modifiers plus a regular key.
| Symbol | Key | Position on keyboard |
|---|---|---|
| ⌘ | Command (Cmd) | Either side of the spacebar |
| ⌥ | Option (Opt/Alt) | Next to Command |
| ⇧ | Shift | Above each Caps Lock / Return |
| ⌃ | Control (Ctrl) | Bottom-left corner |
| 🌐 | Globe (Fn) | Bottom-left, replaces Fn on newer Macs |
The Command key is the primary modifier for macOS shortcuts, equivalent to Ctrl on Windows. If you switched from Windows, this is the single most important adjustment: Cmd-C copies, Cmd-V pastes, Cmd-Z undoes. Control on Mac is reserved for terminal commands and a few system-level shortcuts.
On MacBooks with a Touch Bar (2016-2021 models), the Globe/Fn key also triggers emoji input (Globe-E) and dictation (Globe-D, press twice). On newer MacBooks with physical function keys, the Globe key still handles these secondary functions.
System shortcuts every power user needs
These shortcuts work globally, regardless of which app is active.
Spotlight and search
- Cmd-Space: Open Spotlight. Type anything to launch apps, find files, do math, convert units, or search the web. Faster than navigating to Applications.
- Cmd-Opt-Space: Open a Finder search window directly.
Spotlight is the single most underused macOS feature. Instead of clicking through folders, press Cmd-Space, type the first 2-3 letters of any app or file, and hit Enter. It launches in under 200ms.
App and window management
- Cmd-Tab: Switch between open apps. Hold Cmd, tap Tab repeatedly to cycle. Release to switch.
- Cmd-\` (backtick): Cycle between windows of the same app. Essential when you have multiple Finder windows or browser windows open.
- Cmd-H: Hide the current app.
- Cmd-Opt-H: Hide all apps except the current one. Instant declutter.
- Cmd-M: Minimize the current window to the Dock.
- Cmd-W: Close the current window (but keep the app running).
- Cmd-Q: Quit the app entirely.
- Cmd-N: New window in most apps.
The difference between Cmd-W and Cmd-Q trips up many users. Cmd-W closes a tab or window. Cmd-Q terminates the app. In Safari, Cmd-W closes a tab; Cmd-Q kills all tabs and exits.
Mission Control and Spaces
- Ctrl-Up (or swipe up with three fingers): Open Mission Control. See all windows, Spaces, and fullscreen apps.
- Ctrl-Down: Show all windows of the current app (App Expose).
- Ctrl-Left / Ctrl-Right: Switch between Spaces and fullscreen apps.
- Ctrl-1, Ctrl-2, etc.: Jump directly to a specific Space (enable in System Settings > Keyboard > Keyboard Shortcuts > Mission Control).
If you work in fullscreen mode, Ctrl-Left/Right becomes essential for navigating between apps. And if you need reference material visible while in fullscreen, you will want a tool that supports always-on-top windows, since macOS isolates each fullscreen app in its own Space.
Screenshots and screen recording
- Cmd-Shift-3: Capture the entire screen.
- Cmd-Shift-4: Capture a selected region (crosshair cursor).
- Cmd-Shift-4, then Space: Capture a specific window (camera cursor).
- Cmd-Shift-5: Open the screenshot toolbar (choose region, window, or screen recording).
- Cmd-Shift-6: Capture the Touch Bar (Touch Bar models only).
All screenshots save to the Desktop by default. Change the save location via Cmd-Shift-5 > Options. Pro tip: add Ctrl to any screenshot shortcut to copy to clipboard instead of saving a file. For example, Cmd-Ctrl-Shift-4 captures a region directly to your clipboard.
System controls
- Cmd-Opt-Esc: Force Quit Applications window. The macOS equivalent of Ctrl-Alt-Delete.
- Ctrl-Cmd-Q: Lock your screen instantly. Use this every time you step away.
- Cmd-Shift-Q: Log out of your macOS user account.
- Ctrl-Space or Globe-Space: Switch input source (keyboard language).
Finder shortcuts that save hours
Finder is where most Mac users spend a surprising amount of time. These shortcuts replace slow mouse-driven navigation.
| Shortcut | Action |
|---|---|
| Cmd-Shift-N | New folder |
| Cmd-Delete | Move selected file to Trash |
| Cmd-Shift-Delete | Empty Trash |
| Cmd-D | Duplicate selected file |
| Cmd-I | Get Info (file properties, permissions) |
| Cmd-Shift-. (period) | Toggle hidden files visibility |
| Cmd-1 / 2 / 3 / 4 | Switch view: Icons / List / Columns / Gallery |
| Cmd-Up | Go to parent folder |
| Cmd-Down | Open selected folder or file |
| Cmd-Opt-L | Open Downloads folder |
| Cmd-Shift-A | Open Applications folder |
| Cmd-Shift-G | Go to Folder (type any path, supports ~ for home) |
| Space | Quick Look (preview any file without opening it) |
Cmd-Shift-G (Go to Folder) is particularly powerful. It accepts full paths like ~/Documents/Projects and supports tab completion. Combined with Space for Quick Look, you can navigate to and preview any file in seconds without opening a single app.
Cmd-Shift-. (toggle hidden files) is critical for developers. macOS hides dotfiles by default (.git, .env, .zshrc). This shortcut reveals them instantly in any Finder window or Open/Save dialog.
Text editing shortcuts (works in every app)
These shortcuts work system-wide in any text field, from Notes to VS Code to your browser's URL bar.
Navigation
- Opt-Left / Opt-Right: Jump one word left/right.
- Cmd-Left / Cmd-Right: Jump to start/end of the current line.
- Cmd-Up / Cmd-Down: Jump to start/end of the document.
- Opt-Up / Opt-Down: Jump to start/end of the current paragraph.
Selection
Add Shift to any navigation shortcut to select text:
- Shift-Opt-Left: Select the previous word.
- Shift-Cmd-Right: Select from cursor to end of line.
- Cmd-A: Select all.
Editing
- Opt-Delete: Delete the previous word (instead of one character). This alone saves enormous time.
- Fn-Delete: Forward delete (delete the character after the cursor). Essential on MacBooks without a dedicated Delete key.
- Cmd-Z: Undo.
- Cmd-Shift-Z: Redo. Note: some apps use Cmd-Y for redo, but Cmd-Shift-Z is the macOS standard.
- Ctrl-K: Kill (delete) text from cursor to end of line. Inherited from Emacs.
- Ctrl-Y: Yank (paste) text previously killed with Ctrl-K. Also from Emacs.
The Opt-Delete shortcut (delete previous word) is the single biggest time saver for writers. Instead of hammering Backspace 12 times to delete "productivity," one Opt-Delete removes the entire word.
Window management shortcuts
macOS window management has improved significantly with recent releases, but it still relies on keyboard shortcuts more than mouse gestures.
- Ctrl-Cmd-F: Toggle fullscreen for the current window.
- Globe-F (macOS Sequoia+): Toggle fullscreen.
- Cmd-Opt-D: Show/hide the Dock.
Window tiling (macOS Sequoia)
macOS 15 Sequoia introduced native window tiling:
- Globe-Ctrl-Left: Tile window to the left half.
- Globe-Ctrl-Right: Tile window to the right half.
- Globe-Ctrl-Up: Maximize window.
- Globe-Ctrl-Down: Restore window to previous size.
These tiling shortcuts reduced the need for third-party tools like Rectangle or Magnet for basic split-screen setups. But they only cover half/full tiling. For quarter-tiling, custom layouts, or pinning a window on top of other windows, you still need third-party tools.
Note-taking and capture shortcuts
Fast capture is where keyboard shortcuts directly translate to productivity. The less friction between having a thought and recording it, the fewer ideas you lose.
Built-in macOS capture
- Globe-Q (or Fn-Q): Open Quick Note. Creates a Note in the Apple Notes app. Works from any app.
- Cmd-Shift-5: Screenshot toolbar, can capture to clipboard or file.
Quick Note (Globe-Q) is convenient for plain text, but the note is buried in the Notes app. You have to leave your current context to find it, and it disappears behind fullscreen apps.
Noticky: capture that stays visible
If your workflow demands that captured notes remain visible while you work, Noticky takes a different approach:
- Cmd-Shift-N: Instant capture. A sticky note appears immediately in your menu bar, ready for input.
- The note stays on top of every window, including fullscreen apps. No switching Spaces, no hunting for a buried note.
- Markdown formatting, smart tags, and iCloud sync are built in.
The difference is fundamental: Apple's Quick Note captures to a destination you must navigate to later. Noticky captures and keeps the note in your field of view. For developers referencing API docs, writers tracking research notes, or anyone in a fullscreen workflow, the note being always visible eliminates context switching.
You can learn more about how this works in our guide to floating notes on Mac.
Building a shortcut practice system
Knowing shortcuts and using shortcuts are different things. Here is a practical system to build muscle memory.
Week 1: Core navigation (5 shortcuts)
Focus on these five. Do not add more until they are automatic:
- Cmd-Space (Spotlight)
- Cmd-Tab (switch apps)
- Cmd-\` (switch windows within app)
- Cmd-W (close window)
- Ctrl-Left/Right (switch Spaces)
Week 2: Text editing (5 shortcuts)
- Opt-Left/Right (jump by word)
- Cmd-Left/Right (jump to line edges)
- Opt-Delete (delete word)
- Shift-Opt-Left/Right (select word)
- Cmd-Z / Cmd-Shift-Z (undo/redo)
Week 3: Finder and capture (5 shortcuts)
- Cmd-Shift-. (toggle hidden files)
- Space (Quick Look)
- Cmd-Shift-G (Go to Folder)
- Cmd-Shift-4 (screenshot region)
- Cmd-Shift-N (Noticky quick capture or Finder new folder, depending on context)
Week 4: Window management (5 shortcuts)
- Ctrl-Cmd-F (toggle fullscreen)
- Ctrl-Up (Mission Control)
- Globe-Ctrl-Left/Right (tile windows)
- Cmd-H (hide app)
- Ctrl-Cmd-Q (lock screen)
After four weeks of deliberate practice, you will have 20 shortcuts in muscle memory. That covers roughly 80% of repetitive mouse actions for most Mac users.
Custom shortcuts and system-level overrides
macOS lets you create custom keyboard shortcuts for any menu item in any app.
- Open System Settings > Keyboard > Keyboard Shortcuts > App Shortcuts.
- Click +.
- Choose the app (or "All Applications" for a global shortcut).
- Type the exact menu item title (case-sensitive).
- Assign your key combination.
This is how you can add shortcuts to apps that lack them. For example, if a PDF reader has a "Rotate Left" menu item but no shortcut, you can assign Cmd-Opt-L to it system-wide.
For more advanced automation, tools like Karabiner-Elements (free) let you remap individual keys, create complex key sequences (hyper key setups), and even remap Caps Lock to Escape or a modifier combo. Power users often remap Caps Lock to Ctrl-Opt-Cmd-Shift (the "Hyper key"), turning it into a dedicated modifier for custom shortcuts that never conflict with existing ones.
Third-party apps that extend macOS shortcuts
Several apps integrate deeply with the macOS keyboard shortcut system. Here are the ones worth knowing about for a productivity setup:
| App | Cost | What it adds |
|---|---|---|
| Raycast | Free / $8/mo Pro | Spotlight replacement with extensions, snippets, window management |
| Alfred | Free / $34 Powerpack | Workflows, clipboard history, file actions |
| Karabiner-Elements | Free | Key remapping, hyper key, complex modifications |
| BetterTouchTool | $22 | Custom shortcuts, trackpad gestures, window snapping |
| Noticky | $6 one-time | Cmd-Shift-N quick capture, always-on-top sticky notes |
The combination of a launcher (Raycast or Alfred), a key remapper (Karabiner), and a capture tool (Noticky) covers nearly every keyboard-driven workflow on macOS.
FAQ
What is the most useful Mac keyboard shortcut?
Cmd-Space (Spotlight). It replaces clicking through folders, opening Applications, navigating to System Settings, and even basic web searches. It is the single shortcut with the highest return on investment.
How do I see all keyboard shortcuts for a Mac app?
Hold the Cmd key for about 2 seconds in any app. On macOS Sonoma and later, this displays an overlay showing all available shortcuts for the current app. You can also check the menu bar: every menu item with a shortcut shows the key combination on the right side.
Can I create custom keyboard shortcuts on Mac?
Yes. Go to System Settings > Keyboard > Keyboard Shortcuts > App Shortcuts. You can assign a shortcut to any menu item in any app. For deeper customization, use Karabiner-Elements (free) for key remapping or BetterTouchTool ($22) for gesture-based shortcuts.
What is the Mac equivalent of Ctrl-Alt-Delete?
Cmd-Opt-Esc opens the Force Quit window, which lets you kill unresponsive apps. To lock your screen (another common use of Ctrl-Alt-Delete on Windows), use Ctrl-Cmd-Q.
How do I take a screenshot on Mac with a keyboard shortcut?
Cmd-Shift-3 captures the full screen. Cmd-Shift-4 lets you select a region. Cmd-Shift-4 then Space captures a specific window. Add Ctrl to copy to clipboard instead of saving a file.
How do I keep a note visible while working in fullscreen on Mac?
macOS Quick Note (Globe-Q) saves to Apple Notes, but the note disappears behind fullscreen apps. Noticky is a menu bar app ($6) whose notes float above all windows, including fullscreen. Its global shortcut is Cmd-Shift-N for instant capture.
Get Noticky — $6
A native macOS sticky note that stays visible in fullscreen. One-time purchase, no subscription.
⬇ Download — $6macOS 15 Sequoia+ · < 5MB · Secure checkout
Notes that don't get buried.
Menu bar. Always visible. $6.
Related articles
Best Mac Apps for a New MacBook in 2026 (30+ Picks)
The essential apps to install on a new MacBook in 2026. Curated by category: productivity, dev tools, utilities, design, and more.
Best Menu Bar Apps for Mac in 2026 (15 Picks)
The 15 best menu bar apps for Mac in 2026. Curated by category: productivity, system, clipboard, notes, and more. Tested on macOS Sequoia.
25 MacBook Tips and Tricks for Power Users (2026)
Master your Mac with 25 MacBook tips and tricks for 2026. Keyboard shortcuts, hidden features, Terminal commands, and productivity tools for power users.