A visual cheat-sheet for the 56 keyboard shortcuts found in Chrome's Developer Tools
| Shortcut | Action | 
|---|---|
| CtrlShiftI | Open whatever panel you used last | 
| CtrlShiftJ | Open the Console panel | 
| CtrlShiftC | Open the Elements panel | 
| Shortcut | Action | 
|---|---|
| F1 | Show Settings | 
| Ctrl] | Focus the next panel | 
| Ctrl[ | Focus the previous panel | 
| CtrlShiftD | Switch back to whatever docking position you last used | 
| CtrlShiftM | Toggle Device Mode | 
| CtrlShiftC | Toggle Inspect Element Mode | 
| CtrlShiftP | Open the Command Menu | 
| Esc | Toggle the Drawer | 
| CtrlR | Normal reload | 
| CtrlShiftR | Hard reload | 
| CtrlF | Search for text within the current panel | 
| CtrlShiftF | Opens the Search tab in the Drawer | 
| CtrlP | Open a file in the Sources panel | 
| CtrlShift+ | Zoom in | 
| Ctrl- | Zoom out | 
| Ctrl0 | Restore default zoom level | 
| CtrlO! | Run snippet | 
| Shortcut | Action | 
|---|---|
| CtrlZ | Undo change | 
| CtrlY | Redo change | 
| Up/Down | Select the element above or below the currently-selected element | 
| Right | Expand the currently-selected node | 
| Left | Collapse the currently-selected node | 
| Enter | Toggle Edit Attributes mode on the currently-selected element | 
| Tab | Select the next attribute after entering Edit Attributes mode | 
| ShiftTab | Select the previous attribute after entering Edit Attributes mode | 
| H | Hide the currently-selected element | 
| F2 | Toggle Edit as HTML mode on the currently-selected element | 
| Shortcut | Action | 
|---|---|
| Ctrl\ | Pause script execution (if running), or resume (if paused) | 
| Ctrl' | Step over next function call | 
| Ctrl; | Step into next function call | 
| CtrlShift; | Step out of current function | 
| Ctrl./, | Select the call frame below or above the currently-selected frame | 
| CtrlS | Save changes to local modifications | 
| CtrlAltS | Save all changes | 
| CtrlG | Go to line | 
| AltW | Close the active tab | 
| Shortcut | Action | 
|---|---|
| CtrlDel | Delete all characters in the last word, up to the cursor | 
| CtrlM | Go to matching bracket | 
| Ctrl/ | Toggle single-line comment | 
| CtrlD | Select the next occurrence of whatever word the cursor is on | 
| CtrlU | Deselect the next occurrence of whatever word the cursor is on | 
| Shortcut | Action | 
|---|---|
| CtrlE | Start or stop recording | 
| CtrlS | Save recording | 
| CtrlO | Load recording | 
| Shortcut | Action | 
|---|---|
| CtrlE | Start or stop recording | 
| Shortcut | Action | 
|---|---|
| Tab | Accept autocomplete suggestion | 
| Esc | Reject autocomplete suggestion | 
| Up | Get previous statement | 
| Down | Get next statement | 
| Ctrl` | Focus the Console | 
| CtrlL | Clear the console | 
| ShiftEnter | Force a multi-line entry | 
| Enter | Execute |