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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
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".
2 participants