Chrome DevTools is a set of web developer tools built directly into the Google Chrome browser.

53

Shortcuts

50

Matching

open whatever panel you used last
^
I
open the console panel
^
J
open the elements panel
^
C
open whatever panel you used last
I
open the console panel
J
open the elements panel
C
show settings
F1
focus the next panel
^
]
focus the previous panel
^
[
switch back to whatever docking position you last used
^
D
toggle device mode
^
M
toggle inspect element mode
^
C
open the command menu
^
P
toggle the drawer / reject autocomplete suggestion
normal reload
^
R
hard reload
^
R
search for text within the current panel
^
F
opens the search tab in the drawer
^
F
open a file in the sources panel
^
P
zoom in
^
+
zoom out
^
-
restore default zoom level
^
0
run snippet / load recording
^
O
undo change
^
Z
redo change
^
Y
select the element above the currently-selected element / get previous statement
select the element below the currently-selected element / get next statement
expand the currently-selected node
collapse the currently-selected node
toggle edit attributes mode on the currently-selected element
select the next attribute after entering edit attributes mode / accept autocomplete suggestion
select the previous attribute after entering edit attributes mode
hide the currently-selected element
H
toggle edit as html mode on the currently-selected element
F2
pause script execution (if running), or resume (if paused)
^
\
step over next function call
^
'
step into next function call
^
;
step out of current function
^
;
select the call frame below or above the currently-selected frame
^
.
select the call frame below or above the currently-selected frame
^
,
save changes to local modifications
^
S
save all changes
^
S
go to line
^
G
close the active tab
W
delete all characters in the last word, up to the cursor
^
go to matching bracket
^
M
toggle single-line comment
^
/
select the next occurrence of whatever word the cursor is on
^
D
deselect the next occurrence of whatever word the cursor is on
^
U
start or stop recording
^
E
focus the console
^
`
clear the console
^
L
force a multi-line entry
Don't see your shortcut? Learn how to contribute.