Description
Add keyboard shortcuts for frequently used operations to improve power-user workflow.
Suggested Shortcuts
| Shortcut |
Action |
| Ctrl+K |
Open/close AI chat panel |
| Ctrl+/ |
Focus chat input |
| Ctrl+Shift+S |
Open settings |
| Escape |
Close active panel/modal |
| Ctrl+1-5 |
Switch between sidebar tabs |
Expected Behavior
- Consistent shortcut handling via a central keyboard event system
- A "Keyboard Shortcuts" help dialog (e.g., press ? to show)
Suggested Approach
- Create a
useKeyboardShortcuts hook
- Register shortcuts at app root level
- Add a help modal listing all shortcuts
Description
Add keyboard shortcuts for frequently used operations to improve power-user workflow.
Suggested Shortcuts
Expected Behavior
Suggested Approach
useKeyboardShortcutshook