Skip to content

Latest commit

 

History

History
104 lines (69 loc) · 3 KB

chrome-devtools-cheatsheet.md

File metadata and controls

104 lines (69 loc) · 3 KB

Table of Contents

Chrome DevTools Keyboard Shortcuts for Developers

Keyboard shortcuts for opening DevTools

Command Description
Ctrl + Shift + J Open the Console panel

🔼Back to Top

Global keyboard shortcuts

Command Description
Ctrl + ] Focus the next panel

🔼Back to Top

Elements panel keyboard shortcuts

Command Description
Ctrl + Z Undo change

🔼Back to Top

Styles pane keyboard shortcuts

Command Description
Click a value then press Up Arrow Increment a property value by 1

🔼Back to Top

Sources panel keyboard shortcuts

Command Description
F11
Ctrl + ;
Step into next function call

🔼Back to Top

Code Editor keyboard shortcuts

Command Description
Ctrl + / - Toggle single-line comment.
- If multiple lines are selected, DevTools adds a comment to the start of each line

🔼Back to Top

Network panel keyboard shortcuts

Command Description
Ctrl + E Start/stop recording

🔼Back to Top

Performance panel keyboard shortcuts

Command Description
Ctrl + E Start/stop recording

🔼Back to Top

Memory panel keyboard shortcuts

Command Description
Ctrl + E Start/stop recording

🔼Back to Top

Console panel keyboard shortcuts

Command Description
Ctrl + L Clear the Console

🔼Back to Top

Search tab keyboard shortcuts

Command Description
Ctrl + Shift + {
}
Expand/collapse all search results

🔼Back to Top