OpenCut-app / OpenCut-app/OpenCut
[FEATURE] Implement Customizable/Editable Keyboard Shortcuts
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 89.8k
- Forks
- 8.9k
- PR merge metrics
- No merged PRs in 30d
Description
Problem
Currently, keyboard shortcuts in OpenCut are hardcoded and cannot be modified by the user. This limits workflow efficiency, especially for users coming from other NLEs (Non-Linear Editors) like Premiere Pro or DaVinci Resolve, or those with non-QWERTY keyboard layouts.
Problem:
Hardcoded shortcuts may conflict with system-level hotkeys or other background applications.
Lack of flexibility for professional editors who rely on muscle memory from other software.
Solution
Introduce a "Keyboard Shortcuts" section in the Settings panel that allows users to:
View all current keybindings.
Remap existing shortcuts to custom key combinations.
Save and export/import shortcut profiles.
Alternative
The current shortcuts-dialog.tsx provides a view-only list. This needs to be expanded into an interactive configuration menu.
Anything else?
No response
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with shortcuts-dialog.tsx and the Settings panel to understand the current view-only keybinding list and how shortcuts are exposed. Done means users can view, remap, save, export, and import shortcut profiles, including support for custom key combinations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100