Master Keyboard Shortcuts: The Complete Guide for Every App in 2026
Master Keyboard Shortcuts: The Complete Guide for Every App in 2026
If you are still clicking through menus and toolbars for tasks you do dozens of times a day, you are leaving serious time on the table. Keyboard shortcuts are the single easiest productivity upgrade you can make -- and they cost nothing.
This guide covers shortcuts across every major platform and application. Bookmark it, practice a few each week, and within a month you will wonder how you ever worked without them.
Already familiar with the basics? Check out our guide on 25 Keyboard Shortcuts You Probably Don't Know for hidden gems, or read Why You Should Learn Keyboard Shortcuts for Everything for the productivity case. If you are a developer, don't miss 10 Keyboard Shortcuts Every Developer Should Know.
Why Shortcuts Matter More Than Ever
Diagram showing time saved: mouse navigation takes 3-5 seconds per action vs keyboard shortcuts at 0.5-1 second per action, adding up to 1-2 hours saved per day
Studies show the average office worker performs around 1,500 mouse clicks per day. If each click-and-navigate sequence takes 3-5 seconds and the keyboard shortcut takes under a second, that adds up to over an hour saved every single day.
But speed is not the only benefit:
- •Less physical strain. Constantly moving between keyboard and mouse contributes to repetitive strain injuries.
- •Better focus. Every time you reach for the mouse, your brain context-switches. Shortcuts keep you in the flow.
- •Professional credibility. Whether you are presenting, pair-programming, or screen-sharing, fluid keyboard usage looks sharp.
Operating System Shortcuts
Windows Power User Shortcuts
| Shortcut | Action |
| --- | --- |
| Win + V | Clipboard history (paste from previous copies) |
| Win + Shift + S | Screenshot snipping tool |
| Win + . (period) | Emoji and symbol picker |
| Win + L | Lock your screen instantly |
| Win + Tab | Task view (virtual desktops) |
| Win + Ctrl + D | Create a new virtual desktop |
| Win + Ctrl + Left/Right | Switch between virtual desktops |
| Win + Arrow keys | Snap windows to sides, corners, or maximize |
| Alt + F4 | Close the current window |
| Ctrl + Shift + Esc | Open Task Manager directly |
Mac Power User Shortcuts
| Shortcut | Action |
| --- | --- |
| Cmd + Space | Spotlight search |
| Cmd + Shift + 4 | Screenshot selection |
| Cmd + Shift + 5 | Screenshot and recording toolbar |
| Cmd + Option + D | Toggle dock visibility |
| Ctrl + Cmd + Space | Character and emoji viewer |
| Cmd + Option + Esc | Force quit applications |
| Cmd + Shift + . (period) | Show hidden files in Finder |
| Ctrl + Up | Mission Control |
| Cmd + Backtick | Switch between windows of the same app |
| Fn + F11 | Show desktop |
Browser Shortcuts (Chrome, Edge, Firefox, Brave)
These work across almost all Chromium-based and major browsers.
| Shortcut | Action |
|---|---|
| Ctrl/Cmd + T | New tab |
| Ctrl/Cmd + W | Close current tab |
| Ctrl/Cmd + Shift + T | Reopen last closed tab |
| Ctrl/Cmd + L | Jump to address bar |
| Ctrl/Cmd + Shift + N | New incognito/private window |
| Ctrl/Cmd + Tab | Cycle through tabs (forward) |
| Ctrl/Cmd + Shift + Tab | Cycle through tabs (backward) |
| Ctrl/Cmd + 1-9 | Jump to tab by position |
| Ctrl/Cmd + D | Bookmark the current page |
| Ctrl/Cmd + Shift + Delete | Clear browsing data |
| Space / Shift + Space | Scroll down / scroll up a page |
| Ctrl/Cmd + F | Find on page |
| Ctrl/Cmd + K | Search from address bar (some browsers) |
| F5 / Ctrl/Cmd + R | Reload page |
| Ctrl/Cmd + Shift + R | Hard reload (bypass cache) |
Code Editor Shortcuts (VS Code)
Screenshot of VS Code with keyboard shortcut overlay showing Command Palette, multi-cursor, and split editor shortcuts
| Shortcut | Action |
|---|---|
| Cmd/Ctrl + P | Quick file open |
| Cmd/Ctrl + Shift + P | Command Palette |
| Cmd/Ctrl + D | Select next occurrence of current word |
| Cmd/Ctrl + Shift + L | Select all occurrences of current word |
| Alt + Up/Down | Move line up or down |
| Alt + Shift + Up/Down | Duplicate line up or down |
| Cmd/Ctrl + / | Toggle line comment |
| Cmd/Ctrl + Shift + F | Search across all files |
| Cmd/Ctrl + B | Toggle sidebar |
| Cmd/Ctrl + Backtick | Toggle integrated terminal |
| Ctrl + Tab | Switch between open files |
| Cmd/Ctrl + Backslash | Split editor |
| Cmd/Ctrl + Shift + K | Delete entire line |
| Cmd/Ctrl + [ or ] | Indent or outdent line |
Want more developer-specific shortcuts? Read our dedicated guide: 10 Keyboard Shortcuts Every Developer Should Know
Text Editing Shortcuts (Universal)
These work in virtually every text field on every operating system.
| Shortcut | Action |
|---|---|
| Ctrl/Cmd + A | Select all |
| Ctrl/Cmd + C | Copy |
| Ctrl/Cmd + X | Cut |
| Ctrl/Cmd + V | Paste |
| Ctrl/Cmd + Shift + V | Paste without formatting |
| Ctrl/Cmd + Z | Undo |
| Ctrl/Cmd + Shift + Z | Redo |
| Ctrl/Cmd + Backspace | Delete entire word |
| Home / End | Jump to start / end of line |
| Ctrl/Cmd + Home / End | Jump to start / end of document |
| Shift + Arrow keys | Select text character by character |
| Ctrl/Cmd + Shift + Arrow | Select word by word |
Google Docs and Sheets Shortcuts
Google Docs
| Shortcut | Action |
| --- | --- |
| Ctrl/Cmd + Alt + 1-6 | Apply heading 1-6 |
| Ctrl/Cmd + Alt + 0 | Apply normal text |
| Ctrl/Cmd + Shift + 7 | Numbered list |
| Ctrl/Cmd + Shift + 8 | Bulleted list |
| Ctrl/Cmd + Alt + M | Insert comment |
| Ctrl/Cmd + K | Insert link |
Google Sheets
| Shortcut | Action |
| --- | --- |
| Ctrl/Cmd + Shift + V | Paste values only |
| Ctrl/Cmd + ; | Insert today's date |
| Alt + Enter | New line within a cell |
| Ctrl/Cmd + Shift + 1 | Format as number |
| Ctrl/Cmd + Shift + 4 | Format as currency |
Slack Shortcuts
| Shortcut | Action |
|---|---|
| Cmd/Ctrl + K | Quick channel switcher |
| Cmd/Ctrl + Shift + K | Open DMs |
| Cmd/Ctrl + Shift + A | All unreads |
| Cmd/Ctrl + Shift + M | Mentions and reactions |
| Up Arrow | Edit your last message |
| Shift + Enter | New line without sending |
| Cmd/Ctrl + Shift + Enter | Create a code snippet |
Terminal / Command Line Shortcuts
| Shortcut | Action |
|---|---|
| Ctrl + C | Cancel current command |
| Ctrl + L | Clear screen |
| Ctrl + R | Reverse search command history |
| Ctrl + A | Jump to beginning of line |
| Ctrl + E | Jump to end of line |
| Ctrl + W | Delete word before cursor |
| Ctrl + U | Delete entire line before cursor |
| Tab | Auto-complete file/folder names |
| Up/Down arrows | Cycle through command history |
How to Actually Learn Shortcuts
Knowing shortcuts and using them are two different things. Here is a practical learning plan:
- 1Pick 3 shortcuts per week. No more. Write them on a sticky note and put it on your monitor.
- 2Force yourself to use them. Every time you reach for the mouse to do something on your list, stop and use the shortcut instead.
- 3Use a shortcut trainer. Tools like ShortcutFoo or KeyCombiner gamify the learning process.
- 4Print a cheat sheet. Having a physical reference nearby removes the excuse of not remembering.
- 5Track your progress. After 2 weeks, those 6 shortcuts will be muscle memory. Add 3 more.
The Shortcut Cheat Sheet
Here is a quick-reference table of the most universally useful shortcuts across all platforms:
| Action | Windows | Mac |
|---|---|---|
| Copy | Ctrl + C | Cmd + C |
| Paste | Ctrl + V | Cmd + V |
| Undo | Ctrl + Z | Cmd + Z |
| Find | Ctrl + F | Cmd + F |
| New tab | Ctrl + T | Cmd + T |
| Close tab | Ctrl + W | Cmd + W |
| Reopen tab | Ctrl + Shift + T | Cmd + Shift + T |
| Lock screen | Win + L | Ctrl + Cmd + Q |
| Screenshot | Win + Shift + S | Cmd + Shift + 4 |
| Task switch | Alt + Tab | Cmd + Tab |
| Search | Win + S | Cmd + Space |
| Emoji picker | Win + . | Ctrl + Cmd + Space |
Related Reading
- •25 Keyboard Shortcuts You Probably Don't Know (But Should)
- •10 Keyboard Shortcuts Every Developer Should Know
- •Why You Should Learn Keyboard Shortcuts for Everything
Start with the shortcuts for the apps you use most. Within a month, you will be navigating your computer like a power user -- and you will never want to go back to clicking through menus again.