Hotkeys and shortcuts for Chrome DevTools

(Total 64)

F12
Opening DevTools
Open whatever panel you used last
Ctrl + ↑   Shift + I
Opening DevTools
Open whatever panel you used last
Ctrl + ↑   Shift + J
Opening DevTools
Open the Console panel
F1
Global shortcuts
Show settings
?
Global shortcuts
Show settings
Ctrl + ]
Global shortcuts
Focus the next panel
Ctrl + [
Global shortcuts
Focus the previous panel
Ctrl + ↑   Shift + D
Global shortcuts
Switch back to whatever docking position you last used
Ctrl + ↑   Shift + M
Global shortcuts
Toggle Device Mode
Ctrl + ↑   Shift + C
Global shortcuts
Toggle Inspect Element mode
Ctrl + ↑   Shift + P
Global shortcuts
Open the Command Menu
Esc
Console panel
Reject autocomplete suggestion
F5
Global shortcuts
Normal reload
Ctrl + R
Global shortcuts
Normal reload
Ctrl + F5
Global shortcuts
Hard reload
Ctrl + ↑   Shift + R
Global shortcuts
Hard reload
Ctrl + F
Global shortcuts
Search for text within the current panel
Ctrl + ↑   Shift + F
Global shortcuts
Open Search tab in the Drawer, which lets you search for text across all loaded resources
Ctrl + O
Performance panel
O Load recording
Ctrl + P
Global shortcuts
Open a file in the Sources panel
Ctrl + ↑   Shift + +
Global shortcuts
Zoom in
Ctrl + ↑   Shift + -
Global shortcuts
Zoom out
Ctrl + 0
Global shortcuts
Restore default zoom level
Ctrl + Z
Elements panel
Undo change
Ctrl + Y
Elements panel
Redo change
↑  ↓
Styles pane
Use this shorcut after clicking a value to increment / decrement a property value by 1
Console panel
Accept autocomplete suggestion
Elements panel
Collapse the currently-selected node. If the node is already expanded, this shortcut selects the element above it
Ctrl + Mouse left click
Styles pane
(on the property value) Go to the line where a property value is declared
⤶ Enter
Console panel
Execute
⭾ Tab
Console panel
Accept autocomplete suggestion
↑   Shift + ⭾ Tab
Styles pane
Use this shortcut after clicking property name or value to select the next / previous property or value
H
Elements panel
Hide the currently selected element
F2
Elements panel
Toggle Edit as HTML mode on the currently-selected element
↑   Shift + Mouse left click
Styles pane
(on the Color Preview box) Cycle through the RBGA, HSLA, and Hex representations of a color value
Alt + ↑  ↓
Styles pane
Use this shorcut after clicking a value to increment / decrement a property value by 0.1
↑   Shift + ↑  ↓
Styles pane
Use this shorcut after clicking a value to increment / decrement a property value by 100
F8
Sources panel
Pause script execution or resume
Ctrl + \
Sources panel
Pause script execution or resume
F10
Sources panel
Step over next function or call
Ctrl + '
Sources panel
Step over next function or call
F11
Sources panel
Step into next function call
Ctrl + ;
Sources panel
Step into next function call
↑   Shift + F11
Sources panel
Step out of current function
Ctrl + ↑   Shift + ;
Sources panel
Step out of current function
Ctrl + .
Sources panel
Select the call frame below / above the currently-selected frame
Ctrl + ,
Sources panel
Select the call frame below / above the currently-selected frame
Ctrl + S
Performance panel
Save recording
Ctrl + Alt + S
Sources panel
Save all changes
Ctrl + G
Sources panel
Go to line
Cttl + ↑   Shift + O
Sources panel
then type in the name of the declaration / rule set, or select it from the list of options: Go to a function declaration (if currently-open file is HTML or a script), or a rule set (if currently-open file is a stylesheet)
Alt + W
Sources panel
Close the active tab
Ctrl + Del
Code Editor
Delete all characters in the last word, up to the cursor
Ctrl + B
Code Editor
(when cursor is focused on the line) Add or remove a line-of-code breakpoint
Ctrl + M
Code Editor
Go to matching bracket
Ctrl + /
Code Editor
Toggle single-line comment. If multiple lines are selected, DevTools adds a comment to the start of each line
Ctrl + D
Code Editor
Select / de-select the next occurrence of whatever word the cursor is on. Each occurrence is highlighted simultaneously
Ctrl + U
Code Editor
Select / de-select the next occurrence of whatever word the cursor is on. Each occurrence is highlighted simultaneously
Ctrl + E
Memory panel
Start / stop recording
Console panel
Get previous statement
Console panel
Get next statement
Ctrl + `
Console panel
Focus the console
Ctrl + L
Console panel
Clear the console
↑   Shift + ⤶ Enter
Console panel
Force a multi-line entry. Note that DevTools should detect multi-line scenarios by default, so this shortcut is now usually unnecessary