Skip to content
10 Actually Useful macOS Shortcuts & Tips (2026)

10 Actually Useful macOS Shortcuts & Tips (2026)

DodaTech Updated Jun 20, 2026 3 min read

Cmd+C and Cmd+V aren’t secrets. This list skips those and covers the macOS features that actually change your workflow — the ones Apple buries in settings menus or doesn’t tell you about. Each one saves a few seconds dozens of times per day.

The Shortcuts & Tips

Quick Look (Space bar) — Select any file and press Space. Instantly previews images, PDFs, videos, audio, documents, and code without opening an application. Works on multiple selected files. Press Space again to dismiss.

Spotlight math & conversionsCmd+Space opens Spotlight, but it also works as a calculator, currency converter, and unit converter. Type "1280/1.5", "200 USD to EUR", or "42 days in hours" and see the result instantly — no Calculator app needed.

Emoji picker (Ctrl+Cmd+Space) — Opens the system emoji picker in any app. Search by name (“rocket” → 🚀) or browse by category. Faster than remembering keyboard shortcuts for common emoji.

Screenshot shortcuts (Cmd+Shift+3/4/5)Cmd+Shift+3 captures the full screen. Cmd+Shift+4 selects an area (Space to capture a specific window). Cmd+Shift+5 opens a control panel with screen recording options and timer delays.

Split View (green button hold) — Hold or hover over the green traffic-light button to enter Split View. Choose left/right placement, then click an adjacent window. Drag the divider to resize. No third-party window managers needed.

Text replacements (System Settings → Keyboard → Text Replacements) — Type a shortcut and it expands automatically. Set @@@example.com for email, addr → your address, sig → your email signature. Syncs via iCloud.

omw → On my way!
brb → Be right back
addr → 123 Main Street...

Smart Folders (Finder) — Save a search as a Smart Folder that updates automatically. Create one for “all PDFs modified today” or “spreadsheets larger than 10MB”. They act like virtual folders populated by your saved search criteria.

Finder → File → New Smart Folder
Criteria: Kind is Image, Last opened date is within 7 days

Keyboard navigation (Tab between all controls) — System Settings → Keyboard → Keyboard Shortcuts → “Use keyboard navigation to move focus between controls”. Enables Tab to move through buttons, checkboxes, and dropdowns — not just text fields.

Hot Corners — Move your cursor to a screen corner to trigger an action: lock screen, show desktop, open Launchpad, start screensaver, or show Notification Center. System Settings → Desktop & Dock → Hot Corners.

Top-left: Mission Control
Top-right: Notification Center
Bottom-left: Lock Screen
Bottom-right: Desktop

Terminal tricksopen . opens the current Finder directory from terminal. pbcopy and pbpaste pipe text through the clipboard. screencapture takes screenshots from the command line.

open .                     # Open Finder at current directory
cat README.md | pbcopy     # Copy file content to clipboard
pbpaste | jq .             # Parse clipboard JSON
screencapture -iW output.png  # Interactive window capture
defaults write com.apple.finder AppleShowAllFiles YES  # Show hidden files
Can I add custom text replacements?
Yes — System Settings → General → Keyboard → Text Replacements → click +. The shortcuts sync via iCloud to all your Apple devices. They work in virtually every app.
Do hot corners trigger by accident?
Rarely, once set up. The cursor needs to reach the exact corner. If you find them triggering accidentally, increase the modifier key requirement (e.g., hold Cmd while moving to the corner). You can also adjust the corner size with terminal defaults.
Does Quick Look work with code files?
Yes — it renders Markdown, JSON, JavaScript, Python, and most source files with syntax highlighting. Install plugins like QLMarkdown and QLPrettyJSON for enhanced previews.

Built by the developers of DodaTech

Doda Browser, DodaZIP & Durga Antivirus Pro