OpenCut-app / OpenCut-app/OpenCut

[FEATURE] Shift-click range selection for timeline clips

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

Nobody has claimed this yet.

enhancement
Dominant language
TypeScript
Stars
89.8k
Forks
8.9k
PR merge metrics
No merged PRs in 30d

Description

Problem

Timeline clips currently do not support Shift-click range selection within the same row.

Expected workflow:

  1. Click the first clip in a row
  2. Hold Shift
  3. Click another clip in the same row
  4. All clips between them are selected
Solution

Add Shift-click range selection for timeline clips on the same row.

The behavior should:

  • Use the first clicked clip as the range anchor
  • On Shift-click, select every clip between the anchor and target clip in that same row
  • Preserve the existing Ctrl/Cmd-click toggle selection behavior

I have a small implementation

Alternative

The current alternatives are Ctrl/Cmd-clicking each clip individually.

Anything else?

No response

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 by reviewing the implementation linked in pull request #800 and the existing timeline clip selection behavior. Verify that a first clip anchors a same-row Shift-click range, every intervening clip is selected, and existing Ctrl/Cmd-click toggling remains unchanged.

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
Clearly specified
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.