Skip to content
Learn Netverks

keyboard-shortcuts

Keyboard shortcuts

High-signal shortcuts in the browser and editor—vary by OS and can be rebound.

Shortcuts differ between macOS (), Windows, and Linux. Rebind keys in your editor or OS if they clash.

Browser chrome (most Chromium / Firefox)

Action Windows / Linux macOS
ReloadCtrl+R+R
Hard reload (ignore cache)Ctrl+Shift+R+Shift+R
Find in pageCtrl+F+F
Developer toolsF12 or Ctrl+Shift+I++I
New tabCtrl+T+T
Reopen closed tabCtrl+Shift+T+Shift+T
Address bar focusCtrl+L+L

Accessibility (patterns, not universal)

Goal Typical browser / VO / NVDA pattern
Navigate by headingsScreen readers expose heading lists (Rotor / elements list)—learn your assistive tech’s keystrokes.
Activate controlsSpace / Enter on focused native elements—not custom div buttons without roles.
Skip repetitive regionsPrefer pages with skip links (Skip to content) and real landmarks (main, nav).

VS Code (defaults)

Action Windows / Linux macOS
Command paletteCtrl+Shift+P+Shift+P
Quick open fileCtrl+P+P
Go to symbol in fileCtrl+Shift+O+Shift+O
Toggle terminalCtrl+`+`
Rename symbolF2F2
Multi-cursor selectionAlt+click+click

System-ish (vary by shell / terminal)

Action Windows / Linux macOS
Copy / pasteCtrl+C / V+C / V
Undo line in many editorsCtrl+Z+Z
Suspend foreground process (POSIX)Typically Ctrl+Z in terminal (not undo)

When documentation lists that is Control; is Option/Alt; is Shift. Always verify inside your installed environment.

← Back to reference index