Chrome DevTools#
Keyboard Shortcuts#
Opening DevTools#
Shortcut |
Action |
|---|---|
|
Open whatever panel you used last |
|
Open the Console panel |
|
Open the Elements panel |
Global Shortcuts#
Shortcut |
Action |
|---|---|
|
Show Settings |
|
Focus the next panel |
|
Focus the previous panel |
|
Switch back to whatever docking position you last used |
|
Toggle Device Mode |
|
Toggle Inspect Element Mode |
|
Open the Command Menu |
|
Toggle the Drawer |
|
Normal reload |
|
Hard reload |
|
Search for text within the current panel |
|
Opens the Search tab in the Drawer |
|
Open a file in the Sources panel |
|
Zoom in |
|
Zoom out |
|
Restore default zoom level |
|
Run snippet |
Elements Panel#
Shortcut |
Action |
|---|---|
|
Undo change |
|
Redo change |
|
Select the element above or below the currently-selected element |
|
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 |
|
Select the previous attribute after entering Edit Attributes mode |
|
Hide the currently-selected element |
|
Toggle Edit as HTML mode on the currently-selected element |
Sources Panel#
Shortcut |
Action |
|---|---|
|
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 |
|
Save changes to local modifications |
|
Save all changes |
|
Go to line |
|
Close the active tab |
Code Editor#
Shortcut |
Action |
|---|---|
|
Delete all characters in the last word, up to the cursor |
|
Go to matching bracket |
|
Toggle single-line comment |
|
Select the next occurrence of whatever word the cursor is on |
|
Deselect the next occurrence of whatever word the cursor is on |
Performance Panel#
Shortcut |
Action |
|---|---|
|
Start or stop recording |
|
Save recording |
|
Load recording |
Memory Panel#
Shortcut |
Action |
|---|---|
|
Start or stop recording |
Console Panel#
Shortcut |
Action |
|---|---|
|
Accept autocomplete suggestion |
|
Reject autocomplete suggestion |
|
Get previous statement |
|
Get next statement |
|
Focus the Console |
|
Clear the console |
|
Force a multi-line entry |
|
Execute |
Also see#
Keyboard shortcuts for Chrome DevTools (developers.google.com)