Description
Add keyboard shortcut support for faster editing workflow:
- Space: Play/Pause
- I: Mark in point
- O: Mark out point
- Delete: Remove selected clip
- Ctrl/Cmd + Z: Undo
- Ctrl/Cmd + Y: Redo
- Ctrl/Cmd + S: Save project
Acceptance Criteria
Implementation Details
- Create
hooks/useKeyboardShortcuts.ts custom hook
- Add shortcut configuration object in
config/shortcuts.ts
- Integrate with existing chat interface without conflicts
- Update Settings/Help component with shortcut reference
Difficulty: Medium
Estimated time: 2-3 hours
Description
Add keyboard shortcut support for faster editing workflow:
Acceptance Criteria
Implementation Details
hooks/useKeyboardShortcuts.tscustom hookconfig/shortcuts.tsDifficulty: Medium
Estimated time: 2-3 hours