OpenCut/apps/web
vishesh711 d3204f6cd7 feat: Add comprehensive keyboard shortcuts system for video editor
- Implement industry-standard video editing shortcuts (Space, J/K/L, arrows)
- Add playback controls: Space (play/pause), J/K/L (rewind/pause/forward)
- Add navigation: arrow keys (frame stepping), Shift+arrows (5s jumps), Home/End
- Add editing shortcuts: S (split at playhead), N (toggle snapping)
- Add selection shortcuts: Ctrl/Cmd+A (select all), Ctrl/Cmd+D (duplicate)
- Add keyboard shortcuts help dialog with categorized shortcuts display
- Integrate help button in editor header for discoverability
- Add TypeScript type declarations for better development experience
- Fix Docker build environment variable validation issues

All shortcuts follow professional video editing standards (Avid/Premiere/Final Cut).
Context-aware shortcuts that don't interfere with text input fields.
Toast notifications provide user feedback for better UX.
2025-07-15 12:36:53 -04:00
..
migrations migration 2025-07-15 13:51:17 +05:00
public feat: roadmap page and move all open-graph images to /open-graph folder 2025-07-14 20:34:16 +02:00
src feat: Add comprehensive keyboard shortcuts system for video editor 2025-07-15 12:36:53 -04:00
.env.example refactor: remove google auth 2025-07-15 12:35:08 +02:00
.gitignore chore(turborepo): initial setup and config, move db to package 2025-06-24 11:23:40 +03:00
Dockerfile feat: Add comprehensive keyboard shortcuts system for video editor 2025-07-15 12:36:53 -04:00
components.json Initial commit 2025-06-22 10:02:50 +02:00
drizzle.config.ts feat: integrate @t3-oss/env for environment variable management across the application 2025-07-15 13:29:16 +07:00
next.config.ts feat: add project page with mock data and update project type to include thumbnail 2025-06-29 21:32:51 +02:00
package.json chore: bump next version 2025-07-15 14:56:48 +02:00
postcss.config.mjs Initial commit 2025-06-22 10:02:50 +02:00
tailwind.config.ts tailwind 2025-07-10 21:13:46 +02:00
tsconfig.json feat: Add comprehensive keyboard shortcuts system for video editor 2025-07-15 12:36:53 -04:00