dojo
Chrome Dev Tools Cheatsheet
ShortcutFoo uses a Spaced Repetition System that adapts to your training.
scf keyboard

All Panels

⇧/
Show General Settings dialog
⌘]
Next panel
⌘[
Previous panel
⌘⌥[
Backward in panel History
⌘⌥]
Forward in panel history
⌘⇧M
Open Device Mode (v38+)
ESC
Toggle Console / close settings dialog when open
⌘⇧R
Refresh the page ignoring cached content
⌘F
Text search within current file or panel
⌘O
Search by filename (except on Timeline)
scf keyboard

Style Sidebar

⇧UP
Increment value by 10 (using arrow key)
⇧DOWN
Decrement value by 10 (using arrow key)
PAGEUP
Increment value by 10
PAGEDOWN
Decrement value by 10
⇧PAGEUP
Increment value by 100
⇧PAGEDOWN
Decrement value by 100
scf keyboard

Sources Panel

⌘⇧C
Open / switch from inspect element mode and browser window
H
Hide element
F8
Pause / resume script execution
F10
Step over next function call
⌘/
Comment a line or selected text
⌘↵
Run snippet
⌘/
Toggle comment
scf keyboard

Console

TAB
Next suggestion
⇧TAB
Previous suggestion
RIGHT
Accept suggestion
UP
Previous command / line
DOWN
Next command / line
⌘↵
Multi-line entry
Execute
achievement-star