All keyboard shortcuts are currently hardcoded in src/renderer/lib/shortcuts.ts. Users should be able to rebind shortcuts to their preferences.
Scope
- Settings UI for viewing and rebinding shortcuts
- Conflict detection (warn when two actions share the same binding)
- Import/export shortcut profiles
- Platform-specific defaults (Cmd vs Ctrl)
All keyboard shortcuts are currently hardcoded in
src/renderer/lib/shortcuts.ts. Users should be able to rebind shortcuts to their preferences.Scope