Back to Blog
ProductivityKeyboard ShortcutsTips & TricksDeveloper Tools

Master Keyboard Shortcuts: The Complete Guide for Every App in 2026

Published on March 20, 202612 min read

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

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.

ShortcutAction
Ctrl/Cmd + TNew tab
Ctrl/Cmd + WClose current tab
Ctrl/Cmd + Shift + TReopen last closed tab
Ctrl/Cmd + LJump to address bar
Ctrl/Cmd + Shift + NNew incognito/private window
Ctrl/Cmd + TabCycle through tabs (forward)
Ctrl/Cmd + Shift + TabCycle through tabs (backward)
Ctrl/Cmd + 1-9Jump to tab by position
Ctrl/Cmd + DBookmark the current page
Ctrl/Cmd + Shift + DeleteClear browsing data
Space / Shift + SpaceScroll down / scroll up a page
Ctrl/Cmd + FFind on page
Ctrl/Cmd + KSearch from address bar (some browsers)
F5 / Ctrl/Cmd + RReload page
Ctrl/Cmd + Shift + RHard 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

Screenshot of VS Code with keyboard shortcut overlay showing Command Palette, multi-cursor, and split editor shortcuts

ShortcutAction
Cmd/Ctrl + PQuick file open
Cmd/Ctrl + Shift + PCommand Palette
Cmd/Ctrl + DSelect next occurrence of current word
Cmd/Ctrl + Shift + LSelect all occurrences of current word
Alt + Up/DownMove line up or down
Alt + Shift + Up/DownDuplicate line up or down
Cmd/Ctrl + /Toggle line comment
Cmd/Ctrl + Shift + FSearch across all files
Cmd/Ctrl + BToggle sidebar
Cmd/Ctrl + BacktickToggle integrated terminal
Ctrl + TabSwitch between open files
Cmd/Ctrl + BackslashSplit editor
Cmd/Ctrl + Shift + KDelete 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.

ShortcutAction
Ctrl/Cmd + ASelect all
Ctrl/Cmd + CCopy
Ctrl/Cmd + XCut
Ctrl/Cmd + VPaste
Ctrl/Cmd + Shift + VPaste without formatting
Ctrl/Cmd + ZUndo
Ctrl/Cmd + Shift + ZRedo
Ctrl/Cmd + BackspaceDelete entire word
Home / EndJump to start / end of line
Ctrl/Cmd + Home / EndJump to start / end of document
Shift + Arrow keysSelect text character by character
Ctrl/Cmd + Shift + ArrowSelect 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

ShortcutAction
Cmd/Ctrl + KQuick channel switcher
Cmd/Ctrl + Shift + KOpen DMs
Cmd/Ctrl + Shift + AAll unreads
Cmd/Ctrl + Shift + MMentions and reactions
Up ArrowEdit your last message
Shift + EnterNew line without sending
Cmd/Ctrl + Shift + EnterCreate a code snippet

Terminal / Command Line Shortcuts

ShortcutAction
Ctrl + CCancel current command
Ctrl + LClear screen
Ctrl + RReverse search command history
Ctrl + AJump to beginning of line
Ctrl + EJump to end of line
Ctrl + WDelete word before cursor
Ctrl + UDelete entire line before cursor
TabAuto-complete file/folder names
Up/Down arrowsCycle through command history

How to Actually Learn Shortcuts

Knowing shortcuts and using them are two different things. Here is a practical learning plan:

  1. 1Pick 3 shortcuts per week. No more. Write them on a sticky note and put it on your monitor.
  2. 2Force yourself to use them. Every time you reach for the mouse to do something on your list, stop and use the shortcut instead.
  3. 3Use a shortcut trainer. Tools like ShortcutFoo or KeyCombiner gamify the learning process.
  4. 4Print a cheat sheet. Having a physical reference nearby removes the excuse of not remembering.
  5. 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:

ActionWindowsMac
CopyCtrl + CCmd + C
PasteCtrl + VCmd + V
UndoCtrl + ZCmd + Z
FindCtrl + FCmd + F
New tabCtrl + TCmd + T
Close tabCtrl + WCmd + W
Reopen tabCtrl + Shift + TCmd + Shift + T
Lock screenWin + LCtrl + Cmd + Q
ScreenshotWin + Shift + SCmd + Shift + 4
Task switchAlt + TabCmd + Tab
SearchWin + SCmd + Space
Emoji pickerWin + .Ctrl + Cmd + Space

Related Reading

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.

Explore Our Free Tools & Games

Check out our curated collection of completely free browser games, tools, and extensions.

Browse Free Stuff

More Articles

Developer ToolsJSON

Stop Squinting at Messy JSON - Format It Instantly (Free Tool Inside)

Messy JSON is a productivity killer. Learn why formatting matters, common JSON pitfalls developers hit daily, and try our free browser-based JSON Formatter that works instantly with zero sign-ups.

7 min readRead More→
Browser GamesFree Games

Best Free Browser Games You Can Play Right Now in 2025

Discover the top free browser games of 2025 that require no downloads, no installs, and no sign-ups. From puzzle games to multiplayer adventures, these games run right in your browser.

8 min readRead More→
Developer ToolsFree Tools

Free Developer Tools Every Programmer Needs in Their Toolkit

A comprehensive guide to the best free developer tools available online. From JSON formatters to regex testers, these browser-based tools will supercharge your productivity.

10 min readRead More→
Chrome ExtensionsProductivity

10 Free Chrome Extensions That Will Boost Your Productivity

These free Chrome extensions will transform how you browse, work, and manage your time online. From tab management to dark mode, these extensions are must-haves.

7 min readRead More→