Skip to main content

MacBook Shortcuts Reference

MacBook keyboard shortcuts.

— Cmd is everything. Spotlight is the unlock.

  • 9 min read
  • Updated May 2026
  • Reviewed by Evetech Mac Team
By the end of this guide, you'll know every shortcut grouped by category, the 10 you'll use every single day, and how each one maps to its Windows equivalent for switchers.
shortcuts categorised
150+
is everything
Cmd
you'll use daily
10

The Cmd key, explained

Every Mac shortcut is built around four modifier keys: Cmd, Option, Shift and Ctrl. Cmd is the primary one — it does what Ctrl does on Windows almost every time.

The Ctrl key on Mac exists but is used mostly for terminal commands, right-click emulation (Ctrl+Click) and a handful of system-level shortcuts. If you're holding Ctrl in everyday clipboard or save operations, you're holding the wrong key.

ModifierMac roleVisual
Cmd (Command)Primary modifier — clipboard, save, app actions
Option (Alt)Secondary — alternates, special chars, word-by-word
ShiftModifier — selection, capitalisation, ranges
Ctrl (Control)Terminal, right-click sub, niche shortcuts

File operations

The everyday clipboard and document shortcuts you'll use within minutes of any work session.

ActionShortcutNotes
CopyCmd+CUniversal clipboard copy
PasteCmd+VUniversal clipboard paste
Paste and match styleCmd+Shift+Option+VStrips formatting on paste
CutCmd+XFor text. Finder uses Cmd+C then Cmd+Option+V to move files
UndoCmd+ZUniversal undo
RedoCmd+Shift+ZReverse of undo
Select allCmd+ASelects everything in focus
SaveCmd+SUniversal save
Save as / duplicateCmd+Shift+SSave copy under new name
PrintCmd+POpens print dialog
FindCmd+FIn-document or in-page search
Find and replaceCmd+Option+FIn documents that support it

The cut shortcut warning: Cmd+X works for text, but in Finder it does not move files. To move a file in Finder, copy with Cmd+C, then paste-and-move with Cmd+Option+V at the destination. This catches every Windows switcher in the first week.

Window management

Mac window management is fundamentally different from Windows. There's a distinction between quitting an app (closes the whole application) and closing a window (which may leave the app running in the menu bar).

ActionShortcutNotes
Switch between appsCmd+TabApp-level, not window-level
Cycle windows within current appCmd+`The backtick key
Minimise windowCmd+MTo the Dock
Hide current appCmd+HHides without minimising
Hide all other appsCmd+Option+HFocus mode on the active app
Close active tab/windowCmd+WTab in browsers, window in apps
Close all windows of appCmd+Option+WCloses every window but keeps app running
Quit current appCmd+QFully exits the application
Force-quit dialogCmd+Option+EscThe Mac Ctrl+Alt+Del
Mission Control overviewCtrl+UpShows all open windows
Show all windows of current appCtrl+DownApp Exposé
Switch desktops/spacesCtrl+Left/RightMove between virtual desktops

Finder navigation

Finder is the Mac equivalent of File Explorer, and the shortcuts make navigating folders dramatically faster than mousing.

ActionShortcutNotes
New Finder windowCmd+NOpens at default location
New folder in current locationCmd+Shift+NCreates "untitled folder", ready to rename
New tab in FinderCmd+TTabbed browsing in Finder
Go to parent folderCmd+UpOne level up
Enter selected folderCmd+DownOpen the highlighted item
Quick Look previewSpacePreview without opening — huge time saver
Move to TrashCmd+DeleteSend selected to Trash
Empty TrashCmd+Shift+DeletePermanently delete
Empty Trash without confirmationCmd+Shift+Option+DeleteSkip the warning
Show package contents (right-click)Ctrl+ClickMac's "right-click" emulation
Get Info on fileCmd+IProperties window
Duplicate selectedCmd+DCreates copy with " copy" suffix
Go to specific folder by pathCmd+Shift+GPath bar dialog
Show hidden files toggleCmd+Shift+.The single most useful Finder hack

The Space-bar Quick Look is the single most under-used Mac feature. Select any file in Finder, tap Space, and it previews instantly without opening the parent app. Tap Space again to dismiss. This works for images, videos, PDFs, text files, code files and even most office documents.

Screenshots and screen recording

macOS has the best built-in screenshot system of any OS. Four shortcuts cover every case.

ActionShortcutNotes
Full screen to DesktopCmd+Shift+3Whole screen, saved to Desktop
Selection to DesktopCmd+Shift+4Drag to select region
Window to DesktopCmd+Shift+4 then SpaceHover to highlight a window, click to capture
Screenshot menu (with recording)Cmd+Shift+5Opens overlay with all options including video
Copy to clipboard instead of fileAdd Ctrl to any of abovee.g. Cmd+Ctrl+Shift+4
Touch Bar screenshot (older MBPs)Cmd+Shift+6Captures the Touch Bar only

Spotlight — the most important Mac shortcut

Cmd+Space opens Spotlight. It's a single shortcut. It does everything.

Things Spotlight does without any plugins or third-party tools:

  • Launch any app by typing a few letters (replaces opening Applications folder).
  • Find any file by name or content — searches inside PDFs, documents, code files.
  • Calculator — type any math expression and the answer appears: 1284 * 17.95.
  • Unit and currency conversion — type 120 USD in ZAR or 5 miles in km.
  • Dictionary lookup — type any word for instant definition.
  • System Settings shortcut — type display, bluetooth, network to jump straight to that setting pane.
  • Web search — Enter on any unrecognised query opens it in your default browser.
  • Quick-open files by name — Cmd+Enter reveals the file in Finder instead of opening it.

Most switchers from Windows take 2-3 weeks to internalise Cmd+Space as their primary entry point. Once it sticks, you stop using the Dock for app launching almost entirely.

System controls

The system-level shortcuts every Mac user should know.

ActionShortcutNotes
Lock screenCmd+Ctrl+QImmediate lock — Touch ID to unlock
Sleep displayCmd+Option+PowerDisplay only, system stays awake
System sleepCmd+Option+Eject/PowerFull system sleep
Force-quit dialogCmd+Option+EscLists running apps to kill
Force-quit front appCmd+Option+Shift+Esc (hold)Hold 3 seconds to kill active app
Log out (quick)Cmd+Q+QPress Q twice while holding Cmd
Log out (with confirmation)Cmd+Shift+QStandard log out
Show or hide DockCmd+Option+DToggle Dock auto-hide
Open System SettingsCmd+, (in any app)Or Spotlight: settings
Switch keyboard layoutCtrl+SpaceIf multiple input sources enabled
Take Mac into RecoveryCmd+R (at startup)For reinstall/repair — Apple Silicon: hold Power
Safe Boot (Apple Silicon)Hold Power, then "Options"Diagnose extension issues

Text editing precision

Mac text-editing shortcuts are different from Windows in one critical way: navigation uses Option for word-by-word and Cmd for line-start/end (Windows uses Ctrl for word and Home/End for line).

ActionShortcutNotes
Move cursor one wordOption+Left/RightWord-by-word navigation
Move to start/end of lineCmd+Left/RightLike Home/End on Windows
Move to top/bottom of documentCmd+Up/DownJump to start or end
Select wordOption+Shift+Left/RightExtend selection by word
Select to line start/endCmd+Shift+Left/RightSelect to line boundary
Select to document start/endCmd+Shift+Up/DownMass selection
Delete word backwardsOption+DeleteDelete previous word entirely
Delete to line startCmd+DeleteWipe everything before cursor on current line
Forward deleteFn+DeleteDelete character to the right (no dedicated Del key)
Bold / Italic / UnderlineCmd+B/I/UUniversal in any text app
Special character pickerCmd+Ctrl+SpaceEmoji and symbols

Browser shortcuts (Safari, Chrome, Firefox)

All Mac browsers share the same core shortcuts. These work in Safari, Chrome, Firefox, Arc and Brave identically.

ActionShortcutNotes
New tabCmd+TUniversal
Close tabCmd+WJust the current tab
Reopen closed tabCmd+Shift+TThe most-loved browser shortcut
New windowCmd+NFresh window
New private windowCmd+Shift+NIncognito/private mode
Switch to specific tabCmd+1 through Cmd+9Jumps to tab by position
Next/previous tabCmd+Option+Right/LeftCycle through tabs
Focus address barCmd+LJump to URL bar and select existing
Reload pageCmd+RStandard reload
Hard reload (bypass cache)Cmd+Shift+RForce fresh fetch
Open developer toolsCmd+Option+IChrome, Firefox, Safari (after enabling)
Find in pageCmd+FSearch current page content
Bookmark current pageCmd+DAdd to bookmarks
Back / Forward in historyCmd+[ / Cmd+]Or trackpad swipe
Zoom in / out / resetCmd++ / Cmd+- / Cmd+0Universal zoom

The 10 shortcuts you'll use daily

Of the 150+ shortcuts above, ten carry 80% of real daily use. Memorise these first and add others as you encounter the friction.

RankShortcutWhat it does
01Cmd+SpaceOpen Spotlight — your universal entry point
02Cmd+C / Cmd+VCopy and paste
03Cmd+TabSwitch between open apps
04Cmd+WClose the current tab
05Cmd+QQuit the current app
06Cmd+ZUndo
07Cmd+SSave
08Cmd+Shift+4Screenshot a region
09Cmd+Shift+TReopen the tab you just closed accidentally
10Cmd+Ctrl+QLock screen when stepping away

Windows-to-Mac translation map

If you're switching from Windows, this is the cheat sheet. The pattern: replace Ctrl with Cmd for ~90% of shortcuts.

Windows shortcutMac equivalentAction
Ctrl+C / V / XCmd+C / V / XCopy / Paste / Cut
Ctrl+Z / YCmd+Z / Cmd+Shift+ZUndo / Redo
Ctrl+S / P / F / NCmd+S / P / F / NSave / Print / Find / New
Alt+TabCmd+TabSwitch apps
Alt+F4Cmd+QQuit app entirely
Ctrl+WCmd+WClose tab/window
Ctrl+Alt+DeleteCmd+Option+EscForce quit dialog
Windows keyCmd+SpaceSpotlight (vs Start menu)
Print ScreenCmd+Shift+3/4/5Screenshot variants
Windows+LCmd+Ctrl+QLock screen
F2 (rename)Return / EnterRename in Finder (yes, Return)
Delete (forward)Fn+DeleteForward-delete a character
Home / EndCmd+Left/RightStart/end of line
Ctrl+Home/EndCmd+Up/DownTop/bottom of document
Right-clickCtrl+Click or two-finger trackpadContext menu

Common shortcut mistakes

Holding Ctrl instead of Cmd for clipboard operations. The most common Windows-to-Mac muscle-memory error. Ctrl+C on Mac does nothing in most apps. Train your thumb to find Cmd — it sits just left of the spacebar.

Pressing Cmd+W when you meant to quit the app. Cmd+W closes one tab. Cmd+Q quits the whole app. If you're closing tab after tab trying to "close" the app, switch to Cmd+Q.

Pressing Return to open a file in Finder. Return triggers rename, not open. Use Cmd+Down or Cmd+O to open the selected item. Or just double-click.

Using Cmd+X to move files in Finder. Cut works for text but not file management. To move a file: Cmd+C at source, then Cmd+Option+V at destination (the Option key turns paste into move).

Ignoring Spotlight. Most Windows switchers spend their first 3 weeks clicking through the Applications folder to launch apps. The moment you internalise Cmd+Space + type a few letters + Enter, your daily friction drops dramatically.

Not using Quick Look. Selecting any file in Finder and pressing Space previews it without opening the app. Most users discover this years into Mac ownership.

Force-quitting too quickly. Cmd+Option+Esc kills the app without saving. If an app is just sluggish (not actually frozen), give it 30 seconds before nuking. The spinning beachball usually resolves.

MacBook keyboard close-up with Cmd highlighted.
Spotlight in action
Cmd+Tab app switcher overlay
Screenshot menu (Cmd+Shift+5)

Key takeaways

  1. Cmd replaces Ctrl for ~90% of shortcuts — train your thumb to find it just left of the spacebar.
  2. Cmd+Space is the single biggest productivity unlock — Spotlight replaces Start menu, calculator and app launcher all in one.
  3. Cmd+W closes a tab; Cmd+Q quits the whole app — they're not interchangeable.
  4. Cmd+Shift+3/4/5 covers every screenshot scenario — add Ctrl to copy to clipboard instead of saving.
  5. In Finder, Return renames and Space-bar previews — both counter-intuitive for Windows switchers but huge time savers once learned.

Frequently asked questions

  • What is the single most important MacBook keyboard shortcut?
    Cmd+Space opens Spotlight — the system-wide search that replaces the Start menu, app launcher, calculator and file finder all in one. Switchers from Windows almost always cite this as the biggest productivity unlock once they internalise it.
  • How do I close just one tab, not the whole window?
    Cmd+W closes only the active tab. Cmd+Shift+W closes the whole window. Cmd+Q quits the entire application (not just the window).
  • What is the Cmd key on a MacBook keyboard?
    Cmd (Command) is the primary modifier key on Mac — equivalent to Ctrl on Windows for almost every shortcut. Cmd+C copies, Cmd+V pastes, Cmd+S saves, Cmd+Z undoes.
  • How do I take a screenshot on a MacBook?
    Cmd+Shift+3 captures the full screen. Cmd+Shift+4 lets you drag a selection. Cmd+Shift+5 opens a menu with screen recording. Add Ctrl to any of these to copy to clipboard instead of saving.
  • How do I switch between apps quickly?
    Cmd+Tab cycles through open applications. Hold Cmd and tap Tab repeatedly to cycle forward; Cmd+Shift+Tab cycles backward. To switch between windows within the same app, use Cmd+` (backtick).
  • How do I force quit an app on a MacBook?
    Cmd+Option+Esc opens the Force Quit dialog. For the active app, Cmd+Option+Shift+Esc held for 3 seconds force-quits without the dialog. The Mac equivalent of Windows' Ctrl+Alt+Delete.
  • What is the shortcut to lock a MacBook screen?
    Cmd+Ctrl+Q locks the screen immediately (password or Touch ID to unlock). The fastest way to lock before stepping away.
  • How do I move the cursor word-by-word?
    Option+Left/Right moves the cursor one word at a time. Cmd+Left/Right jumps to the start or end of the current line. Add Shift to either combo to select while moving.
EvetechYou Dream It, We Build It

Elevating your gaming experience with premium hardware and cutting-edge technology since 2007.

Stay updated

Get the latest deals and tech news

Hours

Mon–Fri: 9am – 4pm

Sat: 9am – 12pm

Copyright © 2007 - 2026 - All rights reserved by EVETECH (Pty) Ltd

All images appearing on this website are copyright Evetech.co.za. Any unauthorized use of its logos and other graphics is forbidden. Prices and specifications are subject to change without notice. EVETECH IS NOT RESPONSIBLE FOR ANY TYPO, PHOTOGRAPH, OR PROGRAM ERRORS, AND RESERVES THE RIGHT TO CANCEL ANY INCORRECT ORDERS. Please Note: Product images are for illustrative purposes only and may differ from the actual product.