OpenCut-app / OpenCut-app/OpenCut
[UX] Add keyboard shortcut hints to toolbar buttons
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 89.8k
- Forks
- 8.9k
- PR merge metrics
- No merged PRs in 30d
Description
Description
Keyboard shortcuts are only discoverable via the shortcuts dialog. Toolbar buttons don't show their associated shortcut anywhere.
Expected Behavior
Show shortcut hints on toolbar buttons, e.g.:
- Split button shows "(S)"
- Play button shows "(Space)"
- Delete button shows "(Delete)"
Could be implemented as:
- Suffix in tooltip: "Split at playhead (S)"
- Small
<kbd>badge on button hover - In context menu items
Files
apps/web/src/components/editor/panels/timeline/timeline-toolbar.tsxapps/web/src/components/editor/dialogs/shortcuts-dialog.tsx
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 apps/web/src/components/editor/panels/timeline/timeline-toolbar.tsx and compare its toolbar actions with the shortcut definitions or presentation in apps/web/src/components/editor/dialogs/shortcuts-dialog.tsx. Confirm how Split, Play, and Delete are labeled, then verify that their shortcut hints are visible and match the shortcuts dialog.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100