Universal Shortcuts: One Language, Every Platform
Some keyboard shortcuts are so fundamental that they work in virtually every application, on every operating system. Copy, Paste, Undo, Save — these actions are mapped to consistent key combinations that have remained stable for decades.
This guide is a comprehensive reference for universal keyboard shortcuts across macOS, Windows, and Linux. We'll cover the essential shortcuts that every user should know, organized by function, with the platform-specific modifier keys clearly labeled.
On macOS, the primary modifier is Command (⌘). On Windows and Linux, it's Control (Ctrl). Most universal shortcuts follow the same letter key — just swap the modifier.
Clipboard Shortcuts
Clipboard operations are the most frequently used shortcuts across all platforms. These work in text editors, browsers, file managers, design tools, and almost every application.
| Shortcut | Action |
|---|---|
| ⌘ C / Ctrl+C | Copy — duplicate the selected content to the clipboard |
| ⌘ X / Ctrl+X | Cut — move the selected content to the clipboard |
| ⌘ V / Ctrl+V | Paste — insert clipboard contents at the cursor |
| ⇧⌘ V / Ctrl+Shift+V | Paste without formatting — match the destination style |
| ⌘ A / Ctrl+A | Select All — select everything in the current context |
The clipboard is a temporary storage area that holds one item at a time (unless you use a clipboard manager). Cut moves the selection while Copy leaves the original intact. Paste without formatting is invaluable when copying text between applications — it strips bold, italic, font changes, and other styling.
Undo and Redo
Undo and Redo let you step backward and forward through your editing history. Most applications support multiple levels of undo, so you can keep pressing the shortcut to go further back.
| Shortcut | Action |
|---|---|
| ⌘ Z / Ctrl+Z | Undo — reverse the last action |
| ⇧⌘ Z / Ctrl+Shift+Z | Redo — reapply the undone action (most apps) |
| — / Ctrl+Y | Redo — reapply the undone action (Windows alternative) |
Note the Redo inconsistency: most modern applications use Ctrl+Shift+Z (or ⇧⌘Z on macOS), but some older Windows applications use Ctrl+Y. When in doubt, try both. On macOS, ⇧⌘Z is the universal standard.
File Operations
These shortcuts handle saving, opening, creating, closing, and printing — the basic file lifecycle in any document-based application.
| Shortcut | Action |
|---|---|
| ⌘ S / Ctrl+S | Save the current document |
| ⇧⌘ S / Ctrl+Shift+S | Save As — save with a new name or location |
| ⌘ N / Ctrl+N | New — create a new document or window |
| ⌘ O / Ctrl+O | Open — open an existing file |
| ⌘ W / Ctrl+W | Close the current tab or window |
| ⌘ P / Ctrl+P | Print the current document |
| ⌘ Q / Alt+F4 | Quit the application |
Save early, save often. The ⌘S / Ctrl+S shortcut should be muscle memory for anyone working on documents, code, or creative projects. Many modern apps auto-save, but the habit prevents data loss in apps that don't.
Text Editing and Navigation
These shortcuts work in every text input — from code editors and word processors to browser address bars and chat apps. They're the foundation of fast text editing.
| Shortcut | Action |
|---|---|
| ⌘ F / Ctrl+F | Find — search for text in the current document |
| ⌘ H / Ctrl+H | Find and Replace (in most editors) |
| ⌘ G / Ctrl+G / F3 | Find Next — jump to the next search match |
| Home / ⌘← | Move cursor to the beginning of the line |
| End / ⌘→ | Move cursor to the end of the line |
| ⌥← / Ctrl+← | Move cursor one word to the left |
| ⌥→ / Ctrl+→ | Move cursor one word to the right |
| ⇧+Arrow | Select text in the direction of the arrow |
| ⇧⌘← / Shift+Home | Select from cursor to beginning of line |
| ⇧⌘→ / Shift+End | Select from cursor to end of line |
Combining selection shortcuts with clipboard shortcuts is where keyboard efficiency really shines. For example, ⇧⌘→ then ⌘X (Shift+End then Ctrl+X on Windows) selects everything from your cursor to the end of the line and cuts it — a single fluid motion that replaces several mouse actions.
Browser Shortcuts
Web browsers are where most people spend the majority of their computing time. These shortcuts work in Chrome, Firefox, Safari, Edge, Arc, Brave, and virtually every Chromium-based browser.
| Shortcut | Action |
|---|---|
| ⌘ T / Ctrl+T | Open a new tab |
| ⌘ W / Ctrl+W | Close the current tab |
| ⇧⌘ T / Ctrl+Shift+T | Reopen the last closed tab |
| ⌘ L / Ctrl+L | Focus the address bar |
| ⌘ R / Ctrl+R / F5 | Reload the current page |
| ⇧⌘ R / Ctrl+Shift+R | Hard reload (bypass cache) |
| ⌘ [ / Alt+← | Go back in history |
| ⌘ ] / Alt+→ | Go forward in history |
| ⌘ 1-9 / Ctrl+1-9 | Switch to tab 1 through 9 |
| Space / Shift+Space | Scroll down / up one page |
The most underused browser shortcut is ⇧⌘T / Ctrl+Shift+T — reopening closed tabs. Accidentally closed an important tab? Press it once to bring it back. Press it again to recover the one before that. Most browsers remember your last 10+ closed tabs.
Window and App Management
These shortcuts let you switch between apps, manage windows, and navigate your desktop without reaching for the mouse.
| Shortcut | Action |
|---|---|
| ⌘ Tab / Alt+Tab | Switch between open applications |
| ⌘ ` / Alt+` | Switch between windows of the same app (macOS) |
| — / Win+Tab | Task View — see all open windows (Windows) |
| ⌘ M / Win+↓ | Minimize the current window |
| ⌃⌘ F / Win+↑ / F11 | Toggle fullscreen |
| ⌘ H / — | Hide the current application (macOS) |
| — / Win+D | Show desktop (Windows) |
| — / Win+L | Lock the screen (Windows/Linux) |
| ⌃⌘ Q / — | Lock the screen (macOS) |
Screenshots
Every platform has built-in screenshot shortcuts. On macOS, the screenshot system is particularly powerful with multiple capture modes.
| Shortcut | Action |
|---|---|
| ⇧⌘ 3 | Capture the entire screen (macOS) |
| ⇧⌘ 4 | Capture a selected area (macOS) |
| ⇧⌘ 5 | Screenshot toolbar with options (macOS) |
| PrtScn / Print Screen | Capture the entire screen (Windows) |
| Win+Shift+S | Snip & Sketch — capture a selected area (Windows) |
| PrtScn / Print Screen | Capture screen — varies by desktop environment (Linux) |
System Shortcuts
These are operating system-level shortcuts that work regardless of which application is in the foreground.
| Shortcut | Action |
|---|---|
| ⌘ Space | Open Spotlight search (macOS) |
| Win | Open Start menu / search (Windows) |
| Super | Open Activities / app launcher (Linux) |
| Fn / Win+. | Open emoji picker |
| ⌥⌘ Esc / Ctrl+Alt+Del | Force Quit / Task Manager |
| ⌃ Space / — | Switch input source / keyboard language (macOS) |
Understanding Modifier Keys Across Platforms
The biggest source of confusion when switching between platforms is the modifier keys. Here's how they map:
| Shortcut | Action |
|---|---|
| ⌘ Command | Primary modifier on macOS — equivalent to Ctrl on Windows/Linux |
| ⌥ Option | Secondary modifier on macOS — equivalent to Alt on Windows/Linux |
| ⌃ Control | Tertiary modifier on macOS — used in terminal and some apps |
| ⇧ Shift | Same across all platforms — extends selections and reverses actions |
| Fn | Function key — activates F1-F12 and special functions |
The key insight: macOS uses Command (⌘) where Windows and Linux use Control (Ctrl). When you see a Windows shortcut like Ctrl+C, the macOS equivalent is almost always ⌘C. The physical key position is different (Command is next to the spacebar on Mac, while Ctrl is in the corner on PC keyboards), but the letter is the same.
Stop looking up shortcuts
KeyShortcut shows 4,888+ shortcuts for 107 apps in a floating panel that detects your active app automatically.
Tips for Learning Universal Shortcuts
- Start with the five most common: Copy, Paste, Undo, Save, and Find. These alone cover a huge percentage of daily keyboard interactions.
- Learn platform-specific modifiers once and everything else follows. On Mac, ⌘ = primary. On Windows/Linux, Ctrl = primary.
- Practice one new shortcut per day. Trying to memorize a full list rarely works — muscle memory builds through repetition in context.
- Keep a reference visible. Pin a shortcut cheat sheet near your monitor, or use a tool like KeyShortcut that floats on your screen.
- Use the keyboard for tasks you normally do with the mouse. Every time you catch yourself reaching for the mouse, pause and ask: is there a shortcut for this?
Your Universal Shortcut Reference
The shortcuts listed in this guide work across virtually every application on macOS, Windows, and Linux. They're the foundation of keyboard efficiency — the small, repeatable actions that compound into significant time savings over days, weeks, and years.
Bookmark this page as a quick reference, or explore the full directory for app-specific shortcuts. And if you're on a Mac, KeyShortcut puts all of these shortcuts (and thousands more) right at your fingertips in a floating panel.
Stop looking up shortcuts
KeyShortcut shows 4,888+ shortcuts for 107 apps in a floating panel that detects your active app automatically.