11 Underrated Keyboard Shortcuts That Save Hours Every Month
I used to think I knew keyboard shortcuts. I had Ctrl+C and Ctrl+Z down cold. I even felt smug about Alt+Tab. Then a colleague watched me manually retype the same email sign-off for the fourth time in an afternoon and said, quietly, "You know you could just expand that, right?"
That conversation sent me down a rabbit hole I've never climbed out of. What follows are 11 shortcuts and tricks that sit just outside the mainstream — not the ones in every "productivity tips" listicle, but the ones that actually make your hands stop reaching for the mouse. Tested across Windows, macOS, and the web apps most of us live in.
1. Win+V (Windows) — Your Clipboard Has Memory Now
The regular paste shortcut only gives you the last thing you copied. Press Win+V instead and Windows opens a clipboard history panel showing the last 25 items you've copied — text, HTML, even images. You can pin frequently used snippets so they stay there permanently. If you're bouncing between a spreadsheet, a CRM, and email all day, this alone is worth ten minutes back per session.
Mac equivalent: the OS doesn't have this built-in, but Maccy (free, open source) adds it cleanly in about 30 seconds of setup.
2. Ctrl+Shift+V — Paste Without the Formatting Mess
You copy something from a website and paste it into a Google Doc. Suddenly your document has three different font sizes and a hyperlink that won't die. Ctrl+Shift+V pastes the plain text — no styling, no surprises. Works in Google Docs, Notion, Slack, and most modern editors. On Mac it's Cmd+Shift+V in some apps, though some use Cmd+Option+Shift+V. Worth a quick test in your main apps today.
3. Text Expansion: The Shortcut That Types for You
This isn't a single key combo — it's a category that most people completely ignore. Text expansion lets you type a short trigger like ;sig and have it instantly replaced with your full email signature, or type ;addr and get your company's mailing address.
Tools worth knowing:
- espanso — free, cross-platform, works in every app including terminals
- Phrase Express — Windows-first, excellent for teams who want shared snippet libraries
- Keyboard Maestro (Mac) — text expansion plus basically everything else imaginable
The time savings compound fast. A 150-character boilerplate you send 20 times a day — even if each manual typing takes 30 seconds — adds up to 10 minutes daily, 3+ hours a month. Multiply that across your whole team and you're looking at genuinely recovered time, not theoretical productivity fluff.
4. F2 in Excel/Sheets — Edit Without Double-Clicking
Double-clicking a cell to edit it is something Excel power users cringe at. F2 drops you straight into edit mode on the selected cell, keeping your hands on the keyboard. Then Tab to move right, Enter to move down, Shift+Enter to move up. You can navigate and edit an entire spreadsheet without touching the mouse once.
5. Ctrl+Shift+T — Reopen the Tab You Just Closed
We've all done it — closed a browser tab and immediately wished we hadn't. Ctrl+Shift+T (or Cmd+Shift+T on Mac) reopens the most recently closed tab. Press it again and it opens the one before that. It cycles back through your session history. This one feels like a magic trick the first time you use it deliberately.
6. Win+Shift+S / Cmd+Shift+4 — Smart Screenshots
Full-screen screenshots that get dumped to your desktop are chaos. On Windows, Win+Shift+S opens Snip & Sketch, letting you drag-select exactly the region you want — it copies straight to your clipboard, no file saved unless you want one. On Mac, Cmd+Shift+4 does the same thing. Add Space after that on Mac and you get a clean window capture with a drop shadow.
This becomes a real workflow upgrade when you pair it with a screenshot annotation tool. But even bare, selecting-exactly-what-you-need removes the crop-and-save loop entirely.
7. Ctrl+K — Insert Links at Speed
In almost every text editor, CMS, and email client that supports hyperlinks — Gmail, Outlook, Google Docs, Notion, Confluence, WordPress — selecting text and pressing Ctrl+K (or Cmd+K) opens the link dialog immediately. No right-clicking, no hunting through menus. Select the text, press the shortcut, paste the URL, hit Enter. The whole thing takes under three seconds.
8. Browser Address Bar as a Calculator and Unit Converter
This one isn't a keyboard shortcut exactly, but it's a workflow that saves constant context switching. Press Ctrl+L (or Cmd+L) to jump to the browser's address bar, then type:
230 * 47— instant result without opening Calculator15 USD in EUR— live currency conversion5 kg in lbs— unit conversion3:30 PM EST in IST— timezone math
Google and most modern browsers handle these inline before you even press Enter. The time you'd spend opening another tab or app adds up more than you'd think.
9. Ctrl+Shift+K in VS Code / Ctrl+D in Sublime — Delete Line Without Copying It
Developers who don't know this one are pressing Ctrl+A on a line and hitting Delete, which clobbers the clipboard. Ctrl+Shift+K in VS Code deletes the current line outright — nothing goes to clipboard, your previously copied content stays intact. Sublime Text uses Ctrl+Shift+K as well. Small thing, but when you're refactoring and need to delete 40 lines across a file, it's noticeably cleaner.
10. Alt+Enter in Excel — Line Breaks Inside a Cell
When you need a multi-line address or a structured note inside a single spreadsheet cell, pressing regular Enter just moves you to the next row. Alt+Enter adds a line break within the same cell. Combine this with Ctrl+1 to open cell formatting (where you can set "Wrap text") and you can build surprisingly readable data entries without merging cells or adding extra rows.
11. Ctrl+Shift+F — Search Across Everything in One Go
Most apps have a basic search with Ctrl+F. But Ctrl+Shift+F often triggers an extended, cross-file or workspace-wide search. In VS Code it opens the full search panel across all project files. In Slack it opens the expanded global message search. In Notion, it searches across your entire workspace rather than just the page you're on.
The habit to build: whenever you're hunting for something and clicking around manually, try Ctrl+Shift+F in the app you're in. You might be surprised how many tools respond to it.
Making These Stick
The graveyard of "productivity improvements" is full of things people tried for a day and abandoned. Here's what actually works: pick two shortcuts from this list — just two — and use them deliberately for the next five workdays. Tape a Post-it to your monitor if you need to. After a week they'll be muscle memory and you'll add two more.
The text expansion setup is worth doing as a slightly longer Saturday morning project. Spend 45 minutes configuring your most-repeated phrases — email closings, support templates, your company name in its various forms — and you'll get that time back within the first week.
None of these require new software purchases (except optionally a text expansion tool). Most are already sitting in the apps you use every day, waiting. The only cost is a few minutes of attention now.