Tips & Guides

How to Use Keyboard Shortcuts

A friendly, jargon-free guide to keyboard shortcuts, explaining how they work, the most useful ones to learn first, and easy ways to build the habit naturally.

A close-up of hands resting on a laptop keyboard ready to type a shortcut
Photograph via Unsplash

A keyboard shortcut is a key combination that runs a command instantly instead of making you hunt through menus, and it works because of one simple rule: when you hold a modifier key like Ctrl (Windows and Linux) or the Command key (⌘ on Mac), your computer stops treating the next keypress as a letter to type and reads it as an instruction. Learn the roughly fifteen combinations below and you will cover the vast majority of what you do inside a browser, a document, and a file window every day.

Why the same letters work almost everywhere#

The reason Ctrl+C copies in Microsoft Word, Chrome, Gmail, and Photoshop alike is not luck. Operating system makers publish design guidelines (Apple's Human Interface Guidelines, Microsoft's app conventions) that reserve certain "accelerator" combinations for standard actions, and serious software follows them. So you are not memorizing a hundred unrelated tricks. You are learning one small system that transfers across nearly every app.

The letters themselves are mnemonic once you notice the pattern. C copies, V pastes (it sits right next to C on the keyboard and points down like an insert mark), X cuts (picture scissors), Z undoes (it is the bottom-left key, the "step back" position), and S saves. The only thing that changes between platforms is the modifier: Windows and Linux use Ctrl, while macOS swaps in ⌘ Command for the same jobs. Mac also has ⌥ Option and ⌃ Control keys that Windows people should not confuse with Ctrl.

Here is the fastest way to discover a shortcut you do not know: open any menu in an app. Programs print the shortcut in light grey to the right of each command. If "Save" shows "Ctrl+S" beside it, that is your answer, no searching required.

The core editing set, in Windows and Mac#

These nine are the ones to burn into muscle memory first, because you use them dozens of times an hour.

Action Windows / Linux Mac
Copy Ctrl+C ⌘C
Cut Ctrl+X ⌘X
Paste Ctrl+V ⌘V
Paste without formatting Ctrl+Shift+V ⌘⇧V
Undo Ctrl+Z ⌘Z
Redo Ctrl+Y ⌘⇧Z
Select all Ctrl+A ⌘A
Save Ctrl+S ⌘S
Find on page Ctrl+F ⌘F

The one most people miss: paste without formatting#

Copy a sentence from a web page and paste it into an email, and it usually drags along the original font, size, and colour, wrecking your layout. Ctrl+Shift+V (⌘⇧V on Mac, and ⌘⌥⇧V in some Mac apps like Word) strips all of that and drops in clean, plain text that matches wherever you paste it. This single shortcut saves more cleanup time than almost any other, and hardly anyone knows it exists.

Find is your search superpower#

Ctrl+F opens a search box on the current page or document. Instead of scrolling a long article or a 40-row spreadsheet looking for one word, type it and jump straight there. In a browser it highlights every match and tells you how many there are. If you take only one new shortcut from this article, make it this one.

Moving through text without tapping arrow keys#

Most people creep through text one character at a time. These jumps are far faster:

  • Ctrl+Left / Ctrl+Right (⌥Left / ⌥Right on Mac) skips the cursor word by word instead of letter by letter.
  • Ctrl+Backspace (⌥Delete on Mac) deletes an entire word at once rather than one letter per press.
  • Home / End jumps to the start or end of the current line. On Mac use ⌘Left / ⌘Right.
  • Add Shift to any of these to select as you move. Ctrl+Shift+Right selects the next whole word; Ctrl+Shift+End selects everything from the cursor to the bottom of the document.

Once these feel natural, editing text stops being a chore of nudging arrow keys and becomes something you do in confident bursts.

Managing windows, tabs, and apps#

A second family of shortcuts controls your screen rather than your text. These vary a little more between systems, so treat the pairs below as the common defaults.

  • Alt+Tab (⌘Tab on Mac) switches between open apps. Hold the modifier and tap Tab repeatedly to cycle through them.
  • Ctrl+W (⌘W) closes the current tab or window; Alt+F4 (⌘Q on Mac) quits the whole app.
  • Ctrl+Shift+T (⌘⇧T) reopens the last tab you closed by accident, and you can press it repeatedly to walk back through several. This is the small lifesaver everyone remembers fondly the first time it rescues a page.
  • Ctrl+T (⌘T) opens a new browser tab; Ctrl+1 through Ctrl+8 jump straight to a numbered tab.
  • Ctrl+L (⌘L, or Alt+D on Windows) jumps the cursor to the browser address bar so you can type a new site immediately.
  • Windows+Left / Windows+Right snaps a window to half the screen on Windows, ideal for side-by-side work. Mac users get similar tiling by hovering the green traffic-light button, or with a free tool like Rectangle.
  • Windows+Shift+S (⌘⇧4 on Mac) captures a rectangular screenshot you drag to select.
  • Windows+. opens the emoji picker (⌃⌘Space on Mac), and Windows+L (⌃⌘Q on Mac) instantly locks your screen when you step away.

How to actually make them stick#

The biggest mistake is trying to learn a whole cheat sheet in one sitting. You will remember none of it. Instead, add two or three shortcuts a week and use them until your fingers find them without thinking.

Tie each new shortcut to something you already do constantly. Promise yourself you will press Ctrl+S every time you finish a paragraph, or Ctrl+F every time you want to locate a word. The repetition does the teaching for you. It will feel slow and clumsy for the first day or two, which is completely normal, and then it flips to being faster than the mouse ever was.

When you are ready to go further, you can customise shortcuts too. On Mac, open System Settings > Keyboard > Keyboard Shortcuts to reassign or add combinations. On Windows, the free Microsoft PowerToys utility lets you remap keys and build custom window layouts. Both let you fix a shortcut that clashes with your muscle memory rather than fighting the default.

The common mistakes to avoid#

Do not lean only on Ctrl+Z without knowing Ctrl+Y (redo) exists, or you will over-undo and lose good work. Do not confuse Backspace with Ctrl+Backspace and accidentally delete a whole word. And on a Mac, remember that Ctrl and Command are different keys doing different jobs, so a Windows shortcut translated with the wrong modifier simply will not fire.

FAQ#

What is the difference between Ctrl and the Command key?#

They play the same role on different platforms. Ctrl is the primary modifier on Windows and Linux, while the Command key (⌘) is the primary modifier on macOS. When a Windows guide says Ctrl+C, the Mac equivalent is almost always ⌘C. Mac's Ctrl key exists too, but it handles a smaller, different set of commands.

How do I paste text without the weird formatting?#

Use Ctrl+Shift+V on Windows or ⌘⇧V on Mac. This pastes the copied content as plain text, matching the style of wherever you drop it instead of importing fonts and colours from the source. A few apps use a slightly different combination, so check the Edit menu if the standard one does nothing.

Do keyboard shortcuts work the same in every app?#

The core editing shortcuts (copy, paste, undo, save, find) are near-universal because software vendors follow platform conventions. Window and tab shortcuts are mostly consistent within a browser or operating system but vary more between them. Specialised programs like video editors add their own, which you will find listed in their menus or preferences.

How can I see what shortcuts an app offers?#

Open the app's menus and look to the right of each command, where the shortcut is printed. On Mac you can also check the Help menu search box, and in many Windows apps pressing Alt underlines the menu keys. This built-in labelling means you rarely need to search the web for a shortcut you use often.

Kai Bauer
Written by
Kai Bauer

Kai tests far too many apps so you don't have to, and writes about the few that are genuinely worth your time and storage. A reformed app-hoarder, he's practical about features, privacy, and the difference between useful and merely shiny.

More from Kai