mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
MAESTRO: Add keyboard shortcut documentation for Usage Dashboard and Document Graph
Added comprehensive keyboard shortcuts section under Analytics & Visualization: Usage Dashboard shortcuts: - Arrow keys for view tab navigation - Tab/Shift+Tab for section navigation - Home/End for first/last section - Escape to close Document Graph shortcuts: - Arrow keys for connected node navigation - Tab to cycle connections - Enter to open documents/links - Escape to close Also documented additional interactions: drag to reposition, scroll to zoom.
This commit is contained in:
21
README.md
21
README.md
@@ -58,6 +58,27 @@ Run multiple agents in parallel with a Linear/Superhuman-level responsive interf
|
||||
- 📊 **Usage Dashboard** - Comprehensive analytics for tracking AI usage patterns across all sessions. View aggregated statistics with multiple time ranges (day, week, month, year, all time), compare agent performance, analyze user vs. Auto Run activity distribution, and explore activity heatmaps. Includes CSV export, real-time updates, and configurable colorblind-friendly palettes. Access via `Opt+Cmd+U` (macOS) / `Alt+Ctrl+U` (Windows/Linux) or the Command K menu.
|
||||
- 🕸️ **Document Graph** - Visual knowledge graph of your markdown documentation. Automatically discovers internal `[[wiki-links]]` and `[markdown](links)`, visualizes document relationships with interactive nodes and edges. Toggle between force-directed and hierarchical layouts, search/filter documents, navigate via keyboard, and track external link references. Includes mini-map, legend, and pagination for large directories. Access from the File Explorer context menu or Command K menu.
|
||||
|
||||
#### Keyboard Shortcuts for Analytics Features
|
||||
|
||||
**Usage Dashboard** (`Opt+Cmd+U` / `Alt+Ctrl+U`):
|
||||
| Action | Key |
|
||||
|--------|-----|
|
||||
| Navigate view tabs | Arrow Left/Right/Up/Down |
|
||||
| Move between sections | Tab / Shift+Tab |
|
||||
| Jump to first/last section | Home / End |
|
||||
| Close dashboard | Escape |
|
||||
|
||||
**Document Graph** (Command K → "Document Graph"):
|
||||
| Action | Key |
|
||||
|--------|-----|
|
||||
| Navigate to connected node | Arrow Up/Down/Left/Right |
|
||||
| Cycle through connections | Tab |
|
||||
| Open selected document/link | Enter |
|
||||
| Close graph | Escape |
|
||||
| Search documents | Focus search input, type query |
|
||||
|
||||
Additional interactions: Drag nodes to reposition, scroll to zoom, use mini-map for overview.
|
||||
|
||||
> **Note**: Maestro supports Claude Code, OpenAI Codex, and OpenCode. Support for additional agents (Aider, Gemini CLI, Qwen3 Coder) may be added in future releases based on community demand.
|
||||
|
||||
## Quick Start
|
||||
|
||||
Reference in New Issue
Block a user