Keyboard shortcuts
The inspector is meant to be driven from the keyboard. Reaching for the mouse to walk up one DOM level is what makes an inspector feel slow.
Opening T3rnel
| Key | Action |
| Ctrl / โ + โง + Y | Open the side panel beside the current page |
| Ctrl / โ + โง + U | Open the popup |
Both are re-bindable at chrome://extensions/shortcuts.
CSS inspector
| Key | Action |
| Hover | Inspect the element under the cursor |
| Space | Pin the panel so you can edit values |
| โ | Move to the parent element |
| โ | Move to the first child |
| โ / โ | Move to the previous / next sibling |
| Shift | Pause scanning while held |
| C | Copy the full rule set |
| Esc | Exit the inspector |
Screenshot editor
| Key | Action |
| Ctrl / โ + Z | Undo |
| Ctrl / โ + Y | Redo |
| R | Rectangle tool |
| E | Ellipse tool |
| A | Arrow tool |
| T | Text tool |
| B | Blur / redact tool |
| Ctrl / โ + S | Export |
| Esc | Cancel the current crop or annotation |
Markdown viewer
| Key | Action |
| Ctrl / โ + K | Focus the table of contents |
| Ctrl / โ + โง + V | Render Markdown from the clipboard |
| T | Cycle light / dark / sepia |
| + / โ | Adjust type size |
Agent timeline
| Key | Action |
| โ / โ | Step backwards / forwards through the run |
| Home / End | Jump to the first / last step |
| Enter | Approve the pending action |
| Esc | Reject the pending action |