# Keyboard Shortcuts - Quick Reference ## 🎯 Quick Access - **View All Shortcuts**: Press `Shift+?` - **Command Palette**: Press `Ctrl+K` or `Cmd+K` - **Settings**: Navigate to Settings → Keyboard Shortcuts ## 📋 Most Used Shortcuts ### Navigation (Vim-style) | Keys | Action | |------|--------| | `g` `d` | Dashboard | | `g` `p` | Projects | | `g` `t` | Tasks | | `g` `r` | Reports | ### Quick Actions | Keys | Action | |------|--------| | `Ctrl+K` | Command Palette | | `Ctrl+/` | Search | | `Shift+?` | Show All Shortcuts | ### Timer Control | Keys | Action | |------|--------| | `t` `s` | Start Timer | | `t` `p` | Stop Timer | | `t` `l` | Log Time | ## 📚 Full Documentation - **User Guide**: [KEYBOARD_SHORTCUTS_ENHANCED.md](./KEYBOARD_SHORTCUTS_ENHANCED.md) - **Implementation Guide**: [../KEYBOARD_SHORTCUTS_IMPLEMENTATION.md](../KEYBOARD_SHORTCUTS_IMPLEMENTATION.md) - **Summary**: [../../KEYBOARD_SHORTCUTS_SUMMARY.md](../../KEYBOARD_SHORTCUTS_SUMMARY.md) ## 🎨 Features ✅ 50+ keyboard shortcuts ✅ Context-aware (table, form, modal) ✅ Visual cheat sheet ✅ Usage statistics ✅ Full customization ✅ Accessible (WCAG 2.1 AA) ✅ Dark mode support ✅ Print-friendly ## 🚀 Getting Started 1. Press `Shift+?` to see all available shortcuts 2. Try navigation: `g` then `d` for Dashboard 3. Open command palette: `Ctrl+K` 4. Customize in Settings → Keyboard Shortcuts --- **Version**: 2.0 | **Status**: ✅ Production Ready