alfred-ide/media/walkthrough/shortcuts.md
Alfred fd7361e044 Initial commit: Alfred Commander v1.0.1 - VS Code extension
- AI chat sidebar with multi-provider support
- Session management, token tracking, usage stats
- Voice input, file attachments, code actions
- Integrates with Alfred IDE (code-server) auth system
2026-04-07 11:40:25 -04:00

25 lines
661 B
Markdown

# Keyboard Shortcuts
Master these to work at full speed.
## Alfred Commands
| Shortcut | Action |
|----------|--------|
| `Ctrl+Shift+Alt+O` | Open Alfred Panel |
| `Ctrl+Shift+Alt+A` | Toggle Voice Mode |
## Essential IDE Shortcuts
| Shortcut | Action |
|----------|--------|
| `Ctrl+P` | Quick File Open |
| `Ctrl+Shift+P` | Command Palette |
| `Ctrl+`` ` | Toggle Terminal |
| `Ctrl+B` | Toggle Sidebar |
| `Ctrl+Shift+E` | File Explorer |
| `Ctrl+Shift+F` | Search Across Files |
| `Ctrl+Shift+G` | Source Control |
| `F5` | Start Debugging |
| `Ctrl+/` | Toggle Line Comment |
| `Alt+↑/↓` | Move Line Up/Down |
| `Ctrl+D` | Select Next Occurrence |