Skip to content

Keybindings

Antoinegtir edited this page May 20, 2026 · 1 revision

Keybindings

All keys work globally (affect the focused device panel) unless noted as global.

Core controls

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

Navigation

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)

Device actions

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

Network inspector

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

Log filtering

Key Action
/ Enter filter mode (regex supported)
Esc Clear filter / exit filter mode
e Toggle error-only view
w Toggle warning-and-above view

Performance panel

Key Action
m Open / close performance metrics panel
f Freeze current metrics snapshot

Global

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.

Clone this wiki locally