Keyboard Shortcuts Reference: The Ultimate Guide
In today's fast-paced digital world, every second counts. Mastering keyboard shortcuts is one of the easiest ways to boost your productivity, reduce strain from mouse usage, and work like a pro.
This guide provides a structured reference for the most essential shortcuts across major operating systems and popular applications.
1. Universal Symbols: Windows vs. macOS
Before we dive into the shortcuts, it's important to understand the modifier key symbols used on different platforms.
| Key | Windows / Linux Symbol | macOS Symbol |
|---|---|---|
| Command | N/A | ⌘ (Cmd) |
| Control | Ctrl |
⌃ (Ctrl) |
| Option / Alt | Alt |
⌥ (Opt) |
| Shift | Shift |
⇧ (Shift) |
| Caps Lock | Caps Lock |
⇪ |
| Windows / Super | ⊞ (Win) |
N/A |
2. General System Shortcuts
These are the "bread and butter" commands that work in almost every application.
| Action | Windows / Linux | macOS |
|---|---|---|
| Copy | Ctrl + C |
⌘ + C |
| Paste | Ctrl + V |
⌘ + V |
| Cut | Ctrl + X |
⌘ + X |
| Undo | Ctrl + Z |
⌘ + Z |
| Redo | Ctrl + Y / Ctrl + Shift + Z |
⌘ + Shift + Z |
| Select All | Ctrl + A |
⌘ + A |
| Save | Ctrl + S |
⌘ + S |
| Find | Ctrl + F |
⌘ + F |
| Switch App | Alt + Tab |
⌘ + Tab |
| Close Window | Alt + F4 |
⌘ + W |
3. Web Browser Shortcuts (Chrome, Firefox, Edge)
Navigate the web faster without reaching for your mouse.
| Action | Shortcut (Win/Linux) | Shortcut (macOS) |
|---|---|---|
| New Tab | Ctrl + T |
⌘ + T |
| Close Tab | Ctrl + W |
⌘ + W |
| Reopen Closed Tab | Ctrl + Shift + T |
⌘ + Shift + T |
| Focus Address Bar | Ctrl + L / Alt + D |
⌘ + L |
| Refresh Page | Ctrl + R / F5 |
⌘ + R |
| Private/Incognito Mode | Ctrl + Shift + N |
⌘ + Shift + N |
| DevTools | F12 / Ctrl + Shift + I |
⌘ + Option + I |
4. Developer Essentials: VS Code
VS Code is the most popular editor for developers. These shortcuts will make you fly through your code.
| Action | Shortcut (Win/Linux) | Shortcut (macOS) |
|---|---|---|
| Command Palette | Ctrl + Shift + P |
⌘ + Shift + P |
| Quick Open (File) | Ctrl + P |
⌘ + P |
| Multi-cursor Selection | Alt + Click |
Option + Click |
| Toggle Terminal | `Ctrl + `` | `⌃ + `` |
| Format Document | Shift + Alt + F |
⇧ + ⌥ + F |
| Comment Line | Ctrl + / |
⌘ + / |
5. Terminal / CLI Shortcuts
Mastering the terminal requires knowing how to navigate the command line efficiently.
| Action | Shortcut |
|---|---|
| Clear Terminal | Ctrl + L |
| Stop Current Process | Ctrl + C |
| End of File / Logout | Ctrl + D |
| Search History | Ctrl + R |
| Move to Start of Line | Ctrl + A |
| Move to End of Line | Ctrl + E |
FAQ: Customizing and Troubleshooting
Q: How can I change my keyboard shortcuts?
A:
- Windows: Most apps have their own settings. For system-wide changes, you can use "PowerToys" (Keyboard Manager).
- macOS: Go to System Settings -> Keyboard -> Keyboard Shortcuts.
- VS Code: Press
Ctrl+K Ctrl+Sto open the Keyboard Shortcuts editor.
Q: Why do my shortcuts conflict with each other?
A: This often happens when a background app (like a screenshot tool or a clipboard manager) "steals" a global shortcut. Try closing background apps one by one to find the culprit.
Q: Are there shortcuts for accessible navigation?
A: Yes! Using Tab and Shift + Tab allows you to navigate through buttons and links on a webpage. Enter activates the element, and Space usually scrolls the page or toggles a checkbox.
Related on Tool3M
- Home Page: Check out our collection of online tools, most of which have their own keyboard-friendly interfaces.
- Regex Tester: Practice your regex patterns using standard editor shortcuts.
- JSON Formatter: Use shortcuts to quickly clean and validate your data.