How To

Essential macOS Keyboard Shortcuts Reference

Knowing keyboard shortcuts on macOS is the difference between clicking through menus all day and actually getting things done. This reference covers every shortcut worth memorizing, organized by category so you can find what you need fast. Whether you just switched from Windows or you’ve been on a Mac for years, there are shortcuts in here you probably don’t know about.

Original content from computingforgeeks.com - post 61213

This guide is updated for macOS 15 Sequoia and the upcoming macOS 26 Tahoe, including Stage Manager shortcuts, the new window tiling features, and accessibility improvements. Most shortcuts have worked across macOS versions for years, so this reference applies even if you’re running an older release. For more macOS-related guides, see our walkthrough on installing GNS3 on macOS. Apple’s official keyboard shortcuts page is a good companion reference.

Updated March 2026 for macOS 15 Sequoia and macOS 26 Tahoe

Key Symbols Reference

macOS documentation uses symbols instead of key names. Here’s the translation.

SymbolKeyWindows equivalent
Command (Cmd)Ctrl (in most cases)
Option (Alt)Alt
ControlCtrl (in terminal contexts)
ShiftShift
Fn (Function)Fn
Return / EnterEnter
Delete (Backspace)Backspace
EscapeEscape

On most Mac keyboards, Command sits on both sides of the spacebar. Option is next to Command. The Fn key is in the bottom-left corner on laptop keyboards and serves double duty as the Globe key on newer Macs.

Essential System Shortcuts

These work everywhere in macOS, regardless of which application is active.

ShortcutAction
⌘ + SpaceOpen Spotlight search
⌘ + QQuit the active application
⌘ + WClose the active window
⌘ + MMinimize the active window to the Dock
⌘ + HHide the active application
⌘ + ⌥ + HHide all other applications
⌘ + TabSwitch between open applications
⌘ + ` (backtick)Switch between windows of the same application
⌘ + ,Open Preferences/Settings for the active app
⌃ + ⌘ + QLock the screen
⌃ + ⌘ + FToggle full screen for the active window
⌘ + ⌥ + EscOpen Force Quit dialog
⌘ + ⌥ + DShow/hide the Dock
⌃ + SpaceSwitch input source (keyboard language)
⌃ + ⌘ + SpaceOpen emoji and symbols picker
Fn + Q (macOS Sequoia+)Open iPhone Mirroring

Spotlight (⌘ + Space) is the fastest way to launch apps, find files, do math, convert units, and search the web. If you only learn one shortcut, make it this one.

Screenshots and Screen Recording

macOS has built-in screenshot tools that are more capable than most people realize.

ShortcutAction
⌘ + ⇧ + 3Capture the entire screen
⌘ + ⇧ + 4Capture a selected area (crosshair cursor)
⌘ + ⇧ + 4, then SpaceCapture a specific window (camera cursor)
⌘ + ⇧ + 5Open screenshot toolbar (capture or record)
⌘ + ⇧ + 6Capture the Touch Bar (MacBook Pro with Touch Bar)

Screenshots save to the Desktop by default. To change the save location, press ⌘ + ⇧ + 5 and click Options in the toolbar. You can also hold Control while taking any screenshot to copy it to the clipboard instead of saving a file.

The screenshot toolbar (⌘ + ⇧ + 5) includes screen recording. Click “Record Entire Screen” or “Record Selected Portion” to start. Click the Stop button in the menu bar to end the recording. The video saves as a .mov file.

Finder Shortcuts

Finder is where you spend more time than you think. These shortcuts make file management significantly faster.

ShortcutAction
⌘ + NOpen a new Finder window
⌘ + ⇧ + NCreate a new folder
⌘ + DeleteMove selected items to Trash
⌘ + ⇧ + DeleteEmpty the Trash
⌘ + ⌥ + ⇧ + DeleteEmpty Trash without confirmation
⌘ + IGet Info (file properties)
⌘ + DDuplicate selected files
⌘ + LCreate an alias (shortcut)
⌘ + ⇧ + GGo to Folder (type a path)
⌘ + ⇧ + HGo to Home folder
⌘ + ⇧ + DGo to Desktop folder
⌘ + ⇧ + OGo to Documents folder
⌘ + ⇧ + LGo to Downloads folder
⌘ + ⇧ + AGo to Applications folder
⌘ + ⇧ + UGo to Utilities folder
⌘ + ⇧ + COpen the Computer view
⌘ + ⇧ + . (period)Show/hide hidden files
SpaceQuick Look (preview selected file)
⌘ + 1View as icons
⌘ + 2View as list
⌘ + 3View as columns
⌘ + 4View as gallery
⌘ + TOpen a new Finder tab
⌘ + [ (left bracket)Go back
⌘ + ] (right bracket)Go forward
⌘ + Up ArrowGo to parent folder
⌘ + Down ArrowOpen selected folder
ReturnRename selected file

Quick Look (spacebar) is one of macOS’s best features. Select any file and press Space to preview it instantly: PDFs, images, videos, text files, even some code files. Press Space again to dismiss. No app opens, no waiting. It also works on multiple selected files if you press the arrow keys to browse through them.

The “Go to Folder” shortcut (⌘ + ⇧ + G) accepts full paths with tab completion. Type /etc and press Tab to autocomplete. This is faster than clicking through nested folders.

Text Editing Shortcuts

These work in virtually every text field across macOS, including web browsers, mail apps, and document editors.

ShortcutAction
⌘ + ASelect all
⌘ + CCopy
⌘ + XCut
⌘ + VPaste
⌘ + ⇧ + VPaste and match style (plain text paste)
⌘ + ZUndo
⌘ + ⇧ + ZRedo
⌘ + FFind
⌘ + GFind next
⌘ + ⇧ + GFind previous
⌘ + ⌥ + FFind and replace
⌘ + BBold
⌘ + IItalic
⌘ + UUnderline

Cursor Movement

These cursor movement shortcuts are worth memorizing if you spend any time editing text. They eliminate the need to reach for arrow keys repeatedly.

ShortcutAction
⌃ + AMove to beginning of line
⌃ + EMove to end of line
⌘ + Left ArrowMove to beginning of line
⌘ + Right ArrowMove to end of line
⌘ + Up ArrowMove to beginning of document
⌘ + Down ArrowMove to end of document
⌥ + Left ArrowMove one word left
⌥ + Right ArrowMove one word right
⌥ + DeleteDelete the word before the cursor
Fn + DeleteForward delete (delete character after cursor)
⌃ + KDelete from cursor to end of line
⌃ + HDelete character before cursor (same as Delete key)
⌃ + DDelete character after cursor (same as Fn + Delete)

Add Shift to any cursor movement shortcut to select text. For example, ⌘ + ⇧ + Right Arrow selects from the cursor to the end of the line. ⌥ + ⇧ + Left Arrow selects the previous word. This is much faster than click-dragging with the mouse.

Window Management

macOS Sequoia added native window tiling, which finally brings keyboard-driven window management without third-party tools.

ShortcutAction
⌃ + ⌘ + FToggle full screen
⌘ + MMinimize window
⌘ + ⌥ + MMinimize all windows of the active app
⌃ + Up ArrowMission Control (show all windows)
⌃ + Down ArrowApp Exposé (show windows of active app)
⌃ + Left/Right ArrowSwitch between Spaces (desktops)
F11Show Desktop
Fn + F (macOS Sequoia+)Toggle full screen

Window Tiling (macOS 15 Sequoia and later)

Sequoia introduced built-in window tiling. These shortcuts snap windows to screen edges and corners without needing Rectangle, Magnet, or other third-party window managers.

ShortcutAction
Fn + ⌃ + Left ArrowTile window to left half
Fn + ⌃ + Right ArrowTile window to right half
Fn + ⌃ + Up ArrowTile window to top half
Fn + ⌃ + Down ArrowTile window to bottom half
Fn + ⌃ + UTile to top-left quarter
Fn + ⌃ + ITile to top-right quarter
Fn + ⌃ + JTile to bottom-left quarter
Fn + ⌃ + KTile to bottom-right quarter
Fn + ⌃ + FFill the entire screen (not full-screen mode)
Fn + ⌃ + CCenter window on screen
Fn + ⌃ + RReturn to previous size and position

The “Fill” shortcut (Fn + ⌃ + F) is different from full screen (⌃ + ⌘ + F). Fill maximizes the window to cover the screen but keeps the menu bar and Dock visible. Full screen creates a dedicated Space and hides everything else. Most people want Fill, not full screen.

Stage Manager

Stage Manager organizes windows into groups on the side of the screen. It was introduced in macOS Ventura and refined in Sequoia.

ShortcutAction
Fn + ⌃ + SToggle Stage Manager on/off
Click a group on the left edgeSwitch to that window group

Stage Manager works best on larger displays where the side strip doesn’t eat into your workspace. On a 13-inch MacBook screen, it’s often more trouble than it’s worth.

Safari and Browser Shortcuts

These shortcuts work in Safari and are mostly identical in Chrome and Firefox on macOS.

ShortcutAction
⌘ + TNew tab
⌘ + WClose current tab
⌘ + ⇧ + TReopen last closed tab
⌘ + LFocus the address bar
⌘ + RReload page
⌘ + ⇧ + RReload page (bypass cache)
⌘ + DBookmark current page
⌘ + ⌥ + LOpen Downloads
⌘ + ⇧ + ] (right bracket)Next tab
⌘ + ⇧ + [ (left bracket)Previous tab
⌘ + 1 through ⌘ + 9Jump to tab by position (1 = first, 9 = last)
⌘ + [ (left bracket)Go back one page
⌘ + ] (right bracket)Go forward one page
⌘ + ⇧ + BShow/hide bookmarks sidebar
⌘ + YShow history
⌘ + ⇧ + HGo to Home page
⌘ + + (plus)Zoom in
⌘ + – (minus)Zoom out
⌘ + 0Reset zoom to 100%
⌘ + ⇧ + NOpen new Private/Incognito window
⌘ + ⌥ + IOpen Web Inspector (developer tools)
⌘ + ⌥ + UView page source

In Safari specifically, ⌘ + ⇧ + T reopens the last closed tab. In Chrome, it reopens recently closed tabs in order. Firefox behaves like Chrome. All three browsers support ⌘ + L to quickly jump to the address bar, which is the fastest way to start a new search or navigate to a URL.

Document and File Operations

Standard operations that work across most macOS applications.

ShortcutAction
⌘ + NNew document/window
⌘ + OOpen file
⌘ + SSave
⌘ + ⇧ + SSave As / Duplicate
⌘ + PPrint
⌘ + ⇧ + PPage Setup
⌘ + ⌥ + SSave All (in apps that support it)

⌘ + S is worth building into muscle memory. macOS apps with auto-save (Pages, Numbers, Keynote) technically don’t need it, but most third-party apps still do. The habit of hitting ⌘ + S every few minutes saves you from losing work.

Terminal Shortcuts

Terminal.app and iTerm2 support these shortcuts. Some are inherited from the Bash/Zsh shell, others are specific to the terminal emulator.

Terminal Emulator Shortcuts

ShortcutAction
⌘ + TNew tab
⌘ + NNew window
⌘ + DSplit pane horizontally (iTerm2)
⌘ + ⇧ + DSplit pane vertically (iTerm2)
⌘ + WClose tab or pane
⌘ + KClear the terminal screen (Terminal.app)
⌘ + + / ⌘ + –Increase/decrease font size
⌘ + 1 through ⌘ + 9Switch to tab by number

Shell Shortcuts (Bash/Zsh)

These work at the command line regardless of which terminal emulator you use. They’re inherited from GNU Readline and are the same shortcuts you’d use on any Unix system.

ShortcutAction
⌃ + AMove cursor to beginning of line
⌃ + EMove cursor to end of line
⌃ + UDelete from cursor to beginning of line
⌃ + KDelete from cursor to end of line
⌃ + WDelete the word before the cursor
⌃ + YPaste (yank) previously deleted text
⌃ + RReverse search through command history
⌃ + CCancel the current command / send SIGINT
⌃ + ZSuspend the current process (send SIGTSTP)
⌃ + DExit the shell (or send EOF)
⌃ + LClear the screen (same as typing clear)
⌃ + TSwap the two characters before the cursor
⌥ + BMove back one word
⌥ + FMove forward one word
⌥ + DDelete the word after the cursor
TabAutocomplete file/directory names
Tab TabShow all autocomplete options
Up ArrowPrevious command in history
Down ArrowNext command in history
!! (then Enter)Repeat the last command
!$ (then Enter)Use the last argument of the previous command

The reverse history search (⌃ + R) is a huge timesaver. Start typing any part of a previous command, and the shell finds the most recent match. Press ⌃ + R again to cycle through older matches. Press Enter to execute the found command, or ⌃ + G to cancel and return to the prompt.

For Option-key shortcuts (⌥ + B, ⌥ + F, ⌥ + D) to work in Terminal.app, you need to enable “Use Option as Meta key” in Terminal Preferences under Profiles. iTerm2 has a similar setting under Profiles, Keys, with “Left Option key acts as Esc+”.

Accessibility Shortcuts

macOS has extensive accessibility features, many controllable via keyboard.

ShortcutAction
⌘ + ⌥ + F5Open Accessibility preferences
⌘ + F5Toggle VoiceOver on/off
⌘ + ⌥ + 8Toggle zoom
⌘ + ⌥ + + / ⌘ + ⌥ + –Zoom in / Zoom out (when zoom is enabled)
⌃ + ⌥ + ⌘ + 8Invert colors
⌃ + F1Toggle full keyboard access (tab between all controls)
⌃ + F7Toggle tab navigation in all controls
Fn + Fn (double-press)Toggle Dictation (speak to type)
⌘ + ⌥ + ⌃ + TToggle reduce transparency

Full keyboard access (⌃ + F1 or enabled in Settings) lets you tab through buttons, menus, and controls in dialogs without using a mouse. Once enabled, use Tab to move between controls and Space to activate the selected control. This is useful for power users, not just accessibility needs.

Startup Key Combinations

These keys must be held during boot (or immediately after pressing the power button). On Apple Silicon Macs, some of these work differently than on Intel Macs.

Intel Macs

Key(s)Action
⌘ + RBoot to macOS Recovery
Boot to Startup Manager (choose boot disk)
Boot in Safe Mode
⌘ + VBoot in Verbose Mode
⌘ + SBoot in Single User Mode (pre-Catalina)
TBoot in Target Disk Mode
DBoot to Apple Diagnostics
NBoot from network (NetBoot)
⌘ + ⌥ + P + RReset NVRAM/PRAM

Apple Silicon Macs (M1, M2, M3, M4, M5)

Apple Silicon Macs replaced most startup key combinations with a single recovery entry point.

ActionHow to
Recovery ModeHold Power button until “Loading startup options” appears, then select Options
Startup ManagerHold Power button until “Loading startup options” appears
Safe ModeHold ⇧ while clicking the startup disk in Startup Manager
Apple DiagnosticsHold Power button, then press ⌘ + D when startup options appear
DFU ModeSpecific button sequence (varies by model, used for firmware recovery)

Apple Silicon Macs don’t have NVRAM reset, Target Disk Mode (replaced by Mac Sharing Mode), or Single User Mode. The recovery process is simpler but less granular. If you’re troubleshooting a boot issue on Apple Silicon, holding the power button is always the first step.

Spotlight is more powerful than most people use it for.

ActionHow
Open Spotlight⌘ + Space
Launch an appType the app name and press Enter
CalculatorType a math expression (e.g., “45*1.08”)
Unit conversion“100 usd to eur” or “5 km to miles”
DefinitionType a word to see its dictionary definition
File searchType a filename or keyword
Web searchType anything and scroll down for web results
Open in FinderSelect a file result and press ⌘ + Enter
Preview a resultSelect it and the preview appears on the right
Search specific folderOpen Finder, press ⌘ + F

You can also type kind:pdf, kind:image, or kind:folder in Spotlight to filter results by file type. Combine with keywords for targeted searches: kind:pdf invoice finds PDF files containing “invoice” in the name.

Mission Control and Spaces

Spaces (virtual desktops) and Mission Control are essential for managing multiple workflows on macOS.

ShortcutAction
⌃ + Up ArrowOpen Mission Control
⌃ + Down ArrowShow all windows of the current app (App Exposé)
⌃ + Left/Right ArrowMove between Spaces
⌃ + 1, ⌃ + 2, etc.Jump to a specific Space (enable in Settings > Keyboard > Shortcuts > Mission Control)
F11Show Desktop
⌃ + Up Arrow, then drag window to topCreate a new Space

The numbered Space shortcuts (⌃ + 1, ⌃ + 2) are disabled by default. Enable them in System Settings, Keyboard, Keyboard Shortcuts, Mission Control. Once enabled, you can jump directly to any Space without swiping. Assign specific apps to specific Spaces by right-clicking an app icon in the Dock, selecting Options, then Assign To.

System Preferences and Controls

ShortcutAction
⌥ + Brightness Up/DownOpen Displays settings
⌥ + Volume Up/DownOpen Sound settings
⌥ + Keyboard BrightnessOpen Keyboard settings
⌥ + Mission ControlOpen Mission Control settings
⇧ + Volume Up/DownAdjust volume in smaller increments
⇧ + ⌥ + Volume Up/DownAdjust volume in even smaller increments
⇧ + Brightness Up/DownAdjust brightness in smaller increments

Holding ⇧ while adjusting volume changes it in quarter-step increments instead of full steps. Holding both ⇧ and ⌥ together gives you even finer control. This is useful when you need the volume at a precise level between two standard steps.

Power and Sleep

ShortcutAction
⌃ + ⌘ + QLock screen
⌃ + ⌘ + Power buttonForce restart
⌃ + ⇧ + Power buttonPut displays to sleep
⌃ + ⌥ + ⌘ + Power buttonShut down immediately (no confirmation)
Power button (press once)Sleep (laptops), turn off display (desktops)
Power button (hold 5 sec)Force power off

⌃ + ⌘ + Q is the quickest way to lock your screen when stepping away. It drops you to the login screen instantly. Combine this with requiring a password immediately after sleep (set in System Settings, Lock Screen), and your Mac is secure the moment you walk away.

Drag and Drop Modifiers

These modifier keys change what happens when you drag files in Finder.

ModifierEffect when dragging
⌥ (hold while dragging)Copy the file (instead of move)
⌘ (hold while dragging)Move the file (even across volumes)
⌘ + ⌥ (hold while dragging)Create an alias (shortcut) at the destination

By default, dragging a file within the same volume moves it, while dragging between different volumes copies it. The Option and Command modifiers let you override this behavior when you need the opposite action.

Quick Reference Card

The shortcuts you’ll use most often, condensed into one table.

TaskShortcut
Search anything⌘ + Space
Switch apps⌘ + Tab
Switch windows (same app)⌘ + `
Close window⌘ + W
Quit app⌘ + Q
Lock screen⌃ + ⌘ + Q
Full screenshot⌘ + ⇧ + 3
Area screenshot⌘ + ⇧ + 4
Copy⌘ + C
Paste⌘ + V
Paste as plain text⌘ + ⇧ + V
Undo⌘ + Z
Find⌘ + F
New tab (browser)⌘ + T
Force Quit⌘ + ⌥ + Esc
Emoji picker⌃ + ⌘ + Space
Show hidden files⌘ + ⇧ + .
Tile left halfFn + ⌃ + Left Arrow
Tile right halfFn + ⌃ + Right Arrow

Print this table or keep it on a second monitor until the shortcuts become muscle memory. Most people find that learning even five or six new shortcuts dramatically speeds up their daily workflow.

Related Articles

Desktop How To Remove Any Search Manager Redirect from MacBook macos Install IINA – Best video player for macOS macos Using zoxide – smarter cd command for Linux/macOS macos Install and Use LuLu free macOS firewall

Leave a Comment

Press ESC to close