Skip to content

Conversation

@nino-chavez
Copy link

Summary

  • Added Ctrl+X keybinding for cut functionality (copy + delete)
  • New "cut-selected" action that copies selected elements to clipboard then deletes them
  • Added keyboard shortcut help entry

Related Issue

Partially addresses #672

Note on Drag/Drop Between Tracks

After investigating the codebase, cross-track drag/drop is already implemented:

  • moveElementToTrack() function exists in timeline-store.ts
  • Used in timeline-track.tsx for drag operations
  • Elements can be dragged from one track to another

If drag/drop between tracks isn't working for some users, it may be:

  1. A browser-specific issue
  2. A regression in a specific version
  3. User may not be aware of the feature

Would appreciate confirmation from maintainers on whether additional work is needed for cross-track drag/drop.

Test plan

  • Select element on timeline
  • Press Ctrl+X (or Cmd+X on Mac)
  • Element is copied to clipboard AND deleted
  • Ctrl+V pastes the element at playhead position
  • Keyboard shortcuts help shows new shortcut

🤖 Generated with Claude Code

Implements cut functionality (copy + delete) with Ctrl+X keybinding:
- Added "cut-selected" action type
- Added "ctrl+x" keybinding mapping
- Added action handler that copies then deletes selected elements
- Added keyboard shortcut help description

Partially addresses OpenCut-app#672

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Jan 29, 2026

@nino-chavez is attempting to deploy a commit to the OpenCut OSS Team on Vercel.

A member of the Team first needs to authorize it.

@netlify
Copy link

netlify bot commented Jan 29, 2026

👷 Deploy request for appcut pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 1807a11

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 29, 2026

Warning

Rate limit exceeded

@nino-chavez has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 22 minutes and 20 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant