this dok in SolidOS ( Operating System for Solid )

this dok in SolidOS ( Operating System for Solid )

Overview Open Chrome DevTools What's New In DevTools DevTools Engineering Get Started With Viewing And Changing The DOM Find Unused JavaScript And CSS With The Coverage Tab Find and fix problems with the Issues tab Run commands in the Command Menu View and debug media players information Emulate authenticators and debug WebAuthn Edit files with Workspaces Debug Progressive Web Apps Understand security issues Keyboard shortcuts View page resources
Overview Open Chrome DevTools What's New In DevTools DevTools Engineering Get Started With Viewing And Changing The DOM Find Unused JavaScript And CSS With The Coverage Tab Find and fix problems with the Issues tab Run commands in the Command Menu View and debug media players information Emulate authenticators and debug WebAuthn Edit files with Workspaces Debug Progressive Web Apps Understand security issues Keyboard shortcuts View page resources

this dok in SolidOS ( Operating System for Solid )

Keyboard shortcuts

this dok in SolidOS ( Operating System for Solid )

Identifier
https://eaidter.solidweb.org/public/doks/brave-inspecuts
Modified
Derived From
https://developer.chrome.com/docs/devtools/shortcuts/
Derived On
License
CC BY-SA 4.0

Published on

This page is a reference of keyboard shortcuts in Chrome DevTools.

You can also find shortcuts in tooltips. Hover over a UI element of DevTools to display its tooltip. If the element has a shortcut, the tooltip includes it.

Keyboard shortcuts for opening DevTools #

To open DevTools, press the following keyboard shortcuts while your cursor is focused on the browser viewport:

ActionMacWindows / GNU/Linux
Open whatever panel you used lastCommand+Option+IF12 or Control+Shift+I
Open the Console panelCommand+Option+JControl+Shift+J
Open the Elements panelCommand+Shift+C or Command+Option+CControl+Shift+C

this dok in SolidOS ( Operating System for Solid )

Global keyboard shortcuts #

The following keyboard shortcuts are available in most, if not all, DevTools panels.

ActionMacWindows / GNU/Linux
Show Settings? or Function+F1? or F1
Focus the next panelCommand+]Control+]
Focus the previous panelCommand+[Control+[
Switch back to whatever docking position you last used. If DevTools has been in its default position for the entire session, then this shortcut undocks DevTools into a separate windowCommand+Shift+DControl+Shift+D
Toggle Device ModeCommand+Shift+MControl+Shift+M
Toggle Inspect Element ModeCommand+Shift+CControl+Shift+C
Open the Command MenuCommand+Shift+PControl+Shift+P
Toggle the DrawerEscapeEscape
Normal reloadCommand+RF5 or Control+R
Hard reloadCommand+Shift+RControl+F5 or Control+Shift+R
Search for text within the current panel. Not supported in the Audits, Application, and Security panelsCommand+FControl+F
Opens the Search tab in the Drawer, which lets you search for text across all loaded resourcesCommand+Option+FControl+Shift+F
Open a file in the Sources panelCommand+O or Command+PControl+O or Control+P
Zoom inCommand+Shift++Control+Shift++
Zoom outCommand+-Control+-
Restore default zoom levelCommand+0Control+0
Run snippetPress Command+O to open the Command Menu, type ! followed by the name of the script, then press EnterPress Control+O to open the Command Menu, type ! followed by the name of the script, then press Enter

this dok in SolidOS ( Operating System for Solid )

Elements panel keyboard shortcuts #

ActionMacWindows / GNU/Linux
Undo changeCommand+ZControl+Z
Redo changeCommand+Shift+ZControl+Y
Select the element above / below the currently-selected elementUp Arrow / Down ArrowUp Arrow / Down Arrow
Expand the currently-selected node. If the node is already expanded, this shortcut selects the element below itRight ArrowRight Arrow
Collapse the currently-selected node. If the node is already collapsed, this shortcut selects the element above itLeft ArrowLeft Arrow
Expand or collapse the currently-selected node and all of its childrenHold Option then click the arrow icon next to the element's nameHold Control+Alt then click the arrow icon next to the element's name
Toggle Edit Attributes mode on the currently-selected elementEnterEnter
Select the next / previous attribute after entering Edit Attributes modeTab / Shift+TabTab / Shift+Tab
Hide the currently-selected elementHH
Toggle Edit as HTML mode on the currently-selected elementFunction+F2F2

Elements panel keyboard shortcuts #

this dok in SolidOS ( Operating System for Solid )

Styles pane keyboard shortcuts #

ActionMacWindows / GNU/Linux
Go to the line where a property value is declaredHold Command then click the property valueHold protrol then click the property value
Cycle through the RBGA, HSLA, and Hex representations of a color valueHold Shift then click the Color Preview box next to the valueHold Shift then click the Color Preview box next to the value
Select the next / previous property or valueClick a property name or value then press Tab / Shift+TabClick a property name or value then press Tab / Shift+Tab
Increment / decrement a property value by 0.1Click a value then press Option+Up Arrow / Option+Down ArrowClick a value then press Alt+Up Arrow / Alt+Down Arrow
Increment / decrement a property value by 1Click a value then press Up Arrow / Down ArrowClick a value then press Up Arrow / Down Arrow
Increment / decrement a property value by 10Click a value then press Shift+Up Arrow / Shift+Down ArrowClick a value then press Shift+Up Arrow / Shift+Down Arrow
Increment / decrement a property value by 100Click a value then press Command+Up Arrow / Command+Down ArrowClick a value then press Control+Up Arrow / Control+Down Arrow
Cycle through the degrees (deg), gradians (grad), radians (rad) and turns (turn) representations of an angle valueHold Shift then click the Angle Preview box next to the valueHold Shift then click the Angle Preview box next to the value
Increment / decrement an angle value by 1Click the Angle Preview box next to the value then press Up Arrow / Down ArrowClick the Angle Preview box next to the value then press Up Arrow / Down Arrow
Increment / decrement an angle value by 10Click the Angle Preview box next to the value then press Shift+Up Arrow / Shift+Down ArrowClick the Angle Preview box next to the value then press Shift+Up Arrow / Shift+Down Arrow
Increment / decrement an angle value by 15Click the Angle Preview box next to the value then press Shift, click / mouse slide on the Angle Clock OverlayClick the Angle Preview box next to the value then press Shift, click / mouse slide on the Angle Clock Overlay

Sources panel keyboard shortcuts #

ActionMacWindows / GNU/Linux
Pause script execution (if currently running) or resume (if currently paused)F8 or Command+\F8 or Control+\
Step over next function callF10 or Command+'F10 or Control+'
Step into next function callF11 or Command+;F11 or Control+;
Step out of current functionShift+F11 or Command+Shift+;Shift+F11 or Control+Shift+;
Continue to a certain line of code while pausedHold Command and then click the line of codeHold Control and then click the line of code
Select the call frame below / above the currently-selected frameControl+. / Control+,Control+. / Control+,
Save changes to local modificationsCommand+SControl+S
Save all changesCommand+Option+SControl+Alt+S
Go to lineControl+GControl+G
Jump to a line number of the currently-open filePress Command+O to open the Command Menu, type : followed by the line number, then press EnterPress Control+O to open the Command Menu, type : followed the line number, then press Enter
Jump to a column of the currently-open file (for example line 5, column 9)Press Command+O to open the Command Menu, type :, then the line number, then another :, then the column number, then press EnterPress Control+O to open the Command Menu, type :, then the line number, then another :, then the column number, then press Enter
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)Press Command+Shift+O, then type in the name of the declaration / rule set, or select it from the list of optionsPress Control+Shift+O, then type in the name of the declaration / rule set, or select it from the list of options
Close the active tabOption+WAlt+W

this dok in Solid POD

Code Editor keyboard shortcuts #

ActionMacWindows / GNU/Linux
Delete all characters in the last word, up to the cursorOption+DeleteControl+Delete
Add or remove a line-of-code breakpointFocus your cursor on the line and then press Command+BFocus your cursor on the line and then press Control+B
Go to matching bracketControl+MControl+M
Toggle single-line comment. If multiple lines are selected, DevTools adds a comment to the start of each lineCommand+/Control+/
Select / de-select the next occurrence of whatever word the cursor is on. Each occurrence is highlighted simultaneouslyCommand+D / Command+UControl+D / Control+U

this dok in Solid POD

Performance panel keyboard shortcuts #

ActionMacWindows / GNU/Linux
Start / stop recordingCommand+EControl+E
Save recordingCommand+SControl+S
Load recordingCommand+OControl+O

Memory panel keyboard shortcuts #

ActionMacWindows / GNU/Linux
Start / stop recordingCommand+EControl+E

Console panel keyboard shortcuts #

ActionMacWindows / Linux
Accept autocomplete suggestionRight Arrow or TabRight Arrow or Tab
Reject autocomplete suggestionEscapeEscape
Get previous statementUp ArrowUp Arrow
Get next statementDown ArrowDown Arrow
Focus the ConsoleControl+`Control+`
Clear the ConsoleCommand+K or Option+LControl+L
Force a multi-line entry. Note that DevTools should detect multi-line scenarios by default, so this shortcut is now usually unnecessaryCommand+ReturnShift+Enter
ExecuteReturnEnter
Expand all sub-properties of an object that's been logged to the ConsoleHold Alt then click Expand Hold Alt then click Expand

Last updated: Improve article