Skip to main content
← Guides

A Complete List of Universal Shortcuts for All Platforms

Reference11 min read·

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.

ShortcutAction
⌘ C / Ctrl+CCopy — duplicate the selected content to the clipboard
⌘ X / Ctrl+XCut — move the selected content to the clipboard
⌘ V / Ctrl+VPaste — insert clipboard contents at the cursor
⇧⌘ V / Ctrl+Shift+VPaste without formatting — match the destination style
⌘ A / Ctrl+ASelect 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.

ShortcutAction
⌘ Z / Ctrl+ZUndo — reverse the last action
⇧⌘ Z / Ctrl+Shift+ZRedo — reapply the undone action (most apps)
— / Ctrl+YRedo — 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.

ShortcutAction
⌘ S / Ctrl+SSave the current document
⇧⌘ S / Ctrl+Shift+SSave As — save with a new name or location
⌘ N / Ctrl+NNew — create a new document or window
⌘ O / Ctrl+OOpen — open an existing file
⌘ W / Ctrl+WClose the current tab or window
⌘ P / Ctrl+PPrint the current document
⌘ Q / Alt+F4Quit 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.

ShortcutAction
⌘ F / Ctrl+FFind — search for text in the current document
⌘ H / Ctrl+HFind and Replace (in most editors)
⌘ G / Ctrl+G / F3Find 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
⇧+ArrowSelect text in the direction of the arrow
⇧⌘← / Shift+HomeSelect from cursor to beginning of line
⇧⌘→ / Shift+EndSelect 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.

ShortcutAction
⌘ T / Ctrl+TOpen a new tab
⌘ W / Ctrl+WClose the current tab
⇧⌘ T / Ctrl+Shift+TReopen the last closed tab
⌘ L / Ctrl+LFocus the address bar
⌘ R / Ctrl+R / F5Reload the current page
⇧⌘ R / Ctrl+Shift+RHard reload (bypass cache)
⌘ [ / Alt+←Go back in history
⌘ ] / Alt+→Go forward in history
⌘ 1-9 / Ctrl+1-9Switch to tab 1 through 9
Space / Shift+SpaceScroll 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.

ShortcutAction
⌘ Tab / Alt+TabSwitch between open applications
⌘ ` / Alt+`Switch between windows of the same app (macOS)
— / Win+TabTask View — see all open windows (Windows)
⌘ M / Win+↓Minimize the current window
⌃⌘ F / Win+↑ / F11Toggle fullscreen
⌘ H / —Hide the current application (macOS)
— / Win+DShow desktop (Windows)
— / Win+LLock 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.

ShortcutAction
⇧⌘ 3Capture the entire screen (macOS)
⇧⌘ 4Capture a selected area (macOS)
⇧⌘ 5Screenshot toolbar with options (macOS)
PrtScn / Print ScreenCapture the entire screen (Windows)
Win+Shift+SSnip & Sketch — capture a selected area (Windows)
PrtScn / Print ScreenCapture screen — varies by desktop environment (Linux)

System Shortcuts

These are operating system-level shortcuts that work regardless of which application is in the foreground.

ShortcutAction
⌘ SpaceOpen Spotlight search (macOS)
WinOpen Start menu / search (Windows)
SuperOpen Activities / app launcher (Linux)
Fn / Win+.Open emoji picker
⌥⌘ Esc / Ctrl+Alt+DelForce 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:

ShortcutAction
⌘ CommandPrimary modifier on macOS — equivalent to Ctrl on Windows/Linux
⌥ OptionSecondary modifier on macOS — equivalent to Alt on Windows/Linux
⌃ ControlTertiary modifier on macOS — used in terminal and some apps
⇧ ShiftSame across all platforms — extends selections and reverses actions
FnFunction 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.