Skip to content

Add "Go to Next/Previous Keyframe" to Animation Edit menu #107959

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rapust
Copy link

@rapust rapust commented Jun 25, 2025

Summary

This PR adds two new actions to the Animation Edit menu in the Animation panel:

  • Go to Next Keyframe (Shift + Alt + D)
  • Go to Previous Keyframe (Shift + Alt + A)

These shortcuts already existed internally, but were not shown in the UI. This change exposes them in the menu and improves discoverability.

image

Notes

  • This is a UI/UX improvement only — no functional behavior has been changed.

Resolves #107707

@AThousandShips AThousandShips changed the title Add 'Go to Next/Previous Keyframe' to Animation Edit menu Add "Go to Next/Previous Keyframe" to Animation Edit menu Jun 25, 2025
@AThousandShips AThousandShips requested a review from a team June 25, 2025 07:23
@AThousandShips AThousandShips added this to the 4.x milestone Jun 25, 2025
@TokageItLab TokageItLab modified the milestones: 4.x, 4.6 Jun 27, 2025
@rapust rapust force-pushed the add-keyframe-shortcuts branch from eb184ab to 6d8d50c Compare June 28, 2025 03:08
@rapust rapust requested a review from a team as a code owner July 7, 2025 22:43
@rapust rapust force-pushed the add-keyframe-shortcuts branch from b70f69f to 1bf7b33 Compare July 7, 2025 22:49
@TokageItLab TokageItLab moved this to Approved, Waiting for Production in Animation Team Issue Triage Jul 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Approved, Waiting for Production
Development

Successfully merging this pull request may close these issues.

The Edit drop-down list in the Animation Editor is missing "Go to Next Keyframe" and "Go to Previous Keyframe".
3 participants