OpenCut-app / OpenCut-app/OpenCut

[UX] Add keyboard shortcut hints to toolbar buttons

Open
#732 0 comments 0 reactions 0 assignees View on GitHub

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.tsx
  • apps/web/src/components/editor/dialogs/shortcuts-dialog.tsx

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.