diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-08 22:21:23 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-08 22:21:23 +0200 |
| commit | 0872aed3c767915170ffaa0ef7d48d73f7fd7977 (patch) | |
| tree | 1a3dbbdea64a415a96aa23069745f790bfc42bf9 | |
| parent | b8cbe6878e7313589f44ee6922593cdb8825421b (diff) | |
Update README: replace hotkey list with concise TUI navigation section referencing in‑screen help (H)
| -rw-r--r-- | README.md | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -69,7 +69,24 @@ Flamegraphs are available only inside the TUI dashboard. Use `-fields` to change the stack order and `-count` to choose the metric. The default stack order is `comm,path,tracepoint` (bottom to top). -## TUI Hotkeys +## TUI Navigation + +The TUI interface provides an in‑screen help panel (toggle with **H**) that lists all available keys. Use this help screen to discover navigation shortcuts. + +You can move between dashboard tabs: + +- **tab** – next dashboard tab +- **shift+tab** – previous dashboard tab +- **1** – Overview +- **2** – Syscalls +- **3** – Files +- **4** – Processes +- **5** – Latency+Gaps +- **6** – Stream + +The bottom hint shows `press H for help` when the help is hidden. + + The TUI has two key scopes: |
