Chrome Developer Tools keyboard shortcuts cheat sheet

Printable cheat sheet covering all 58 Chrome Developer Tools 2025 keyboard shortcuts and hotkeys, organized by category. Export as PDF or print directly.

All shortcuts

  • Ctrl+Shift+I — Open whatever panel you used last
  • Ctrl+Shift+J — Open the Console panel
  • Ctrl+Shift+C — Open the Elements panel
  • F1 — Show Settings
  • Ctrl+BracketRight — Focus the next panel
  • Ctrl+BracketLeft — Focus the previous panel
  • Ctrl+Shift+D — Switch back to whatever docking position you last used
  • Ctrl+Shift+M — Toggle Device Mode
  • Ctrl+Shift+C — Toggle Inspect Element Mode
  • Ctrl+Shift+P — Open the Command Menu
  • Escape — Toggle the Drawer
  • Ctrl+R — Normal reload
  • Ctrl+Shift+R — Hard reload
  • Ctrl+F — Search for text within the current panel
  • Ctrl+Shift+F — Opens the Search tab in the Drawer
  • Ctrl+P — Open a file in the Sources panel
  • Ctrl+Minus — Zoom out
  • Ctrl+0 — Restore default zoom level
  • Ctrl+Z — Undo change
  • Ctrl+Y — Redo change
  • ArrowRight — Expand the currently-selected node
  • ArrowLeft — Collapse the currently-selected node
  • Enter — Toggle Edit Attributes mode on the currently-selected element
  • Tab — Select the next attribute after entering Edit Attributes mode
  • Shift+Tab — Select the previous attribute after entering Edit Attributes mode
  • H — Hide the currently-selected element
  • F2 — Toggle Edit as HTML mode on the currently-selected element
  • Ctrl+Backslash — Pause script execution (if running), or resume (if paused)
  • Ctrl+Quote — Step over next function call
  • Ctrl+Semicolon — Step into next function call
  • Ctrl+Shift+Semicolon — Step out of current function
  • Ctrl+S — Save changes to local modifications
  • Ctrl+Alt+S — Save all changes
  • Ctrl+G — Go to line
  • Alt+W — Close the active tab
  • Ctrl+Delete — Delete all characters in the last word, up to the cursor
  • Ctrl+M — Go to matching bracket
  • Ctrl+Slash — Toggle single-line comment
  • Ctrl+D — Select the next occurrence of whatever word the cursor is on
  • Ctrl+U — Deselect the next occurrence of whatever word the cursor is on
  • Ctrl+E — Start or stop recording
  • Ctrl+S — Save recording
  • Ctrl+O — Load recording
  • Ctrl+E — Start or stop recording
  • Tab — Accept autocomplete suggestion
  • Escape — Reject autocomplete suggestion
  • ArrowUp — Get previous statement
  • ArrowDown — Get next statement
  • Ctrl+Backquote — Focus the Console
  • Ctrl+L — Clear the console
  • Shift+Enter — Force a multi-line entry
  • Enter — Execute
  • Ctrl+Shift+Equal — Zoom in
  • F8 — Pause script execution (if currently running) or resume (if currently paused)
  • Ctrl+Period — Select the call frame below / above the currently-selected frame
  • Ctrl+O — Jump to line 5 of the currently-open file
  • Ctrl+O — Jump to line 5, column 9 of the currently-open file
  • Ctrl+B — Add or remove a line-of-code breakpoint

Other Code & Text apps

  • Alacritty shortcuts
  • Android Studio shortcuts
  • Arduino IDE shortcuts
  • Bitbucket shortcuts
  • CLion shortcuts
  • Code Editor for iOS shortcuts
  • Cursor shortcuts
  • DataGrip shortcuts
  • Docker Desktop shortcuts
  • Eclipse shortcuts

Related pages

  • Chrome Developer Tools shortcuts
  • Chrome Developer Tools cheat sheet
  • Learn Chrome Developer Tools shortcuts
  • All Code & Text apps