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 + Pis 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 + Mtoggles 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.