Chrome DevTools Shortcuts

Every Chrome DevTools keyboard shortcut, filterable by panel and OS

Searchable Chrome DevTools shortcut reference covering the Elements, Console, Network, Sources and Performance panels plus global commands, with keys for both macOS and Windows.

How do I open Chrome DevTools with a keyboard shortcut?

Press Cmd Option I on macOS or Ctrl Shift I on Windows and Linux to toggle DevTools. To open it directly in inspect-element mode, use Cmd Shift C or Ctrl Shift C, which lets you click an element to select it in the Elements panel.

Chrome DevTools is far faster from the keyboard, but the shortcuts are spread across panels and differ between macOS and Windows. This reference gathers the documented defaults and renders each chord for your platform.

How it works

Each shortcut stores the action, its panel, and a key pattern with a Mod placeholder that renders as Cmd on macOS and Ctrl elsewhere, plus matching Option/Alt handling. The search box matches the action, the panel name, and the rendered keys, and the panel selector narrows the table to one section such as Sources or Network. The single most useful entry is the Command Menu (Cmd/Ctrl + Shift + P), which runs any DevTools action by name.

Tips and examples

  • In the Styles pane of the Elements panel, arrow keys nudge a numeric value; hold Shift for steps of 10, Cmd/Ctrl for 100, and Alt for 0.1.
  • Cmd/Ctrl + P is a fuzzy file opener for every loaded script, the same as Quick Open in editors.
  • Step debugging maps to function keys: F8 pause/resume, F10 step over, F11 step into, Shift F11 step out.
  • Cmd/Ctrl + Shift + M toggles the device toolbar for responsive testing.

Because bindings can shift between Chrome releases and some are user-remappable, treat the Command Menu as the source of truth when a chord does not respond as listed.