-
Notifications
You must be signed in to change notification settings - Fork 3
Keybindings
Antoinegtir edited this page May 20, 2026
·
1 revision
All keys work globally (affect the focused device panel) unless noted as global.
| Key | Action | Notes |
|---|---|---|
r |
Hot reload | Focused device |
R |
Hot restart | Focused device |
r (global mode) |
Hot reload all | When no panel is focused |
q / Ctrl-C
|
Quit | Stops all flutter run processes |
| Key | Action |
|---|---|
Tab / ↓
|
Focus next device panel |
Shift-Tab / ↑
|
Focus previous device panel |
PgUp / PgDn
|
Scroll log output up / down |
Home / End
|
Jump to top / bottom of log |
g |
Jump to bottom (follow mode) |
| Key | Action |
|---|---|
s |
Screenshot — saved to screenshots/ in project root |
d |
Toggle DevTools URL display |
p |
Toggle performance overlay |
P |
Toggle FPS counter |
i |
Toggle widget inspector |
L |
Dump layer tree to console |
S |
Dump accessibility tree |
| Key | Action |
|---|---|
n |
Open / close network inspector panel |
/ |
Filter requests by URL substring |
Enter |
Expand selected request (headers + body) |
c |
Clear request list |
x |
Export HAR file to project root |
| Key | Action |
|---|---|
/ |
Enter filter mode (regex supported) |
Esc |
Clear filter / exit filter mode |
e |
Toggle error-only view |
w |
Toggle warning-and-above view |
| Key | Action |
|---|---|
m |
Open / close performance metrics panel |
f |
Freeze current metrics snapshot |
| Key | Action |
|---|---|
? |
Toggle this help overlay inside the TUI |
Ctrl-L |
Force full redraw (if display glitches) |
Tip: Press
?inside the TUI at any time to see the same reference without leaving the dashboard.