Skip to content

Chrome Developer Tools

Keyboard Shortcuts

Opening DevTools

ShortcutAction
Ctrl Shift IOpen whatever panel you used last
Ctrl Shift JOpen the Console panel
Ctrl Shift COpen the Elements panel

{.shortcuts}

Global Shortcuts {.row-span-2}

ShortcutAction
F1Show Settings
Ctrl ]Focus the next panel
Ctrl [Focus the previous panel
Ctrl Shift DSwitch back to whatever docking position you last used
Ctrl Shift MToggle Device Mode
Ctrl Shift CToggle Inspect Element Mode
Ctrl Shift POpen the Command Menu
EscToggle the Drawer
Ctrl RNormal reload
Ctrl Shift RHard reload
Ctrl FSearch for text within the current panel
Ctrl Shift FOpens the Search tab in the Drawer
Ctrl POpen a file in the Sources panel
Ctrl Shift +Zoom in
Ctrl -Zoom out
Ctrl 0Restore default zoom level
Ctrl O !Run snippet

{.shortcuts}

Elements Panel

ShortcutAction
Ctrl ZUndo change
Ctrl YRedo change
Up/DownSelect the element above or below the currently-selected element
RightExpand the currently-selected node
LeftCollapse the currently-selected node
EnterToggle Edit Attributes mode on the currently-selected element
TabSelect the next attribute after entering Edit Attributes mode
Shift TabSelect the previous attribute after entering Edit Attributes mode
HHide the currently-selected element
F2Toggle Edit as HTML mode on the currently-selected element

{.shortcuts}

Sources Panel

ShortcutAction
Ctrl \Pause script execution (if running), or resume (if paused)
Ctrl 'Step over next function call
Ctrl ;Step into next function call
Ctrl Shift ;Step out of current function
Ctrl ./,Select the call frame below or above the currently-selected frame
Ctrl SSave changes to local modifications
Ctrl Alt SSave all changes
Ctrl GGo to line
Alt WClose the active tab

{.shortcuts}

Code Editor

ShortcutAction
Ctrl DelDelete all characters in the last word, up to the cursor
Ctrl MGo to matching bracket
Ctrl /Toggle single-line comment
Ctrl DSelect the next occurrence of whatever word the cursor is on
Ctrl UDeselect the next occurrence of whatever word the cursor is on

{.shortcuts}

Performance Panel

ShortcutAction
Ctrl EStart or stop recording
Ctrl SSave recording
Ctrl OLoad recording

{.shortcuts}

Memory Panel

ShortcutAction
Ctrl EStart or stop recording

{.shortcuts}

Console Panel

ShortcutAction
TabAccept autocomplete suggestion
EscReject autocomplete suggestion
UpGet previous statement
DownGet next statement
Ctrl `Focus the Console
Ctrl LClear the console
Shift EnterForce a multi-line entry
EnterExecute

{.shortcuts}

Also see