Quick Reference
PressCmd+/ at any time to view the shortcuts help modal.
Modal: src/renderer/components/ShortcutsHelpModal.tsx
Essential Shortcuts
Navigation
src/renderer/constants/shortcuts.ts:14-42
Agent Management
- Creating
- Organizing
- Deleting
Tab Management (AI Mode)
src/renderer/constants/shortcuts.ts:125-178
Panel Toggles
src/renderer/constants/shortcuts.ts:4-29
Git & Version Control
src/renderer/constants/shortcuts.ts:43-44, 112-121
Search & Filter
Maestro uses context-aware search:Cmd+F adapts based on what you’re viewing.
Main Window Search
Main Window Search
src/renderer/constants/shortcuts.ts:102-106File Explorer Filter
File Explorer Filter
src/renderer/constants/shortcuts.ts:90Session Filter
Session Filter
src/renderer/constants/shortcuts.ts:91-95History Search
History Search
src/renderer/constants/shortcuts.ts:96-100Mode Switching
src/renderer/constants/shortcuts.ts:22, 147-160
Quick Actions
The Quick Actions modal (Cmd+K) provides fuzzy search over all Maestro features:
- Open settings
- Create new agent
- Toggle panels
- View git diff/log
- Launch wizards
- System monitors
- And more…
src/renderer/components/QuickActionsModal.tsx
Advanced Features
System Monitors
src/renderer/constants/shortcuts.ts:45-56
Auto Run
src/renderer/constants/shortcuts.ts:29, 36-40, 71-75
Special Modals
src/renderer/constants/shortcuts.ts:24-26, 62-80
Output Navigation
src/renderer/constants/shortcuts.ts:57-60
Customizing Shortcuts
All configurable shortcuts can be edited in Settings → Keyboard Shortcuts.
Component:
src/renderer/components/ShortcutEditor.tsx
Non-Editable Shortcuts
Some shortcuts are fixed and cannot be customized:Shortcut Format
Shortcuts are defined in a structured format:Meta=Cmdon macOS,Ctrlon Windows/LinuxAlt=Optionon macOSShift= Shift key
src/renderer/utils/shortcutFormatter.ts
Platform Differences
Maestro adapts shortcuts for each platform:| Modifier | macOS | Windows/Linux |
|---|---|---|
Meta | Cmd | Ctrl |
Alt | Option | Alt |
Shift | Shift | Shift |
Tips for Keyboard Efficiency
Learn Incrementally
Learn Incrementally
Start with these 5 shortcuts:
Cmd+K- Quick Actions (discover features)Cmd+J- Toggle AI/TerminalCmd+[/Cmd+]- Switch agentsCmd+T- New tabCmd+/- View all shortcuts
Use Quick Actions
Use Quick Actions
Don’t memorize every shortcut. Press
Cmd+K and type what you want to do. Quick Actions shows the associated keyboard shortcut for future reference.Context-Aware Cmd+F
Context-Aware Cmd+F
Cmd+F works everywhere but does different things based on context. Learn to use it reflexively:- Main window → Search output
- Files tab → Filter files
- Left Bar → Filter agents
- History tab → Search history
Focus Management
Focus Management
Master
Cmd+. to toggle between input and output. This lets you scroll output with keyboard (arrow keys, Page Up/Down) without leaving the keyboard.Complete Shortcut List
View the full shortcut reference by pressingCmd+/ or visiting:
Settings → Keyboard Shortcuts
The shortcuts help modal groups shortcuts by category:
- Global - App-wide shortcuts
- Navigation - Agent and tab switching
- Panels - Toggle sidebars and views
- Git - Version control shortcuts
- Auto Run - Batch processing
- System - Monitors and logs
- Tab Management - AI tab operations
Next Steps
Agent Management
Learn multi-agent orchestration
Dual-Mode Sessions
Switch between AI and terminal
Output Filtering
Search and filter output efficiently
Git Integration
Version control workflows