Skip to content

feat: Implement Double-tap seek & press-and-hold playback speed#736

Merged
PartyDonut merged 8 commits intoDonutWare:developfrom
KeryWT:develop
Feb 11, 2026
Merged

feat: Implement Double-tap seek & press-and-hold playback speed#736
PartyDonut merged 8 commits intoDonutWare:developfrom
KeryWT:develop

Conversation

@KeryWT
Copy link
Contributor

@KeryWT KeryWT commented Feb 3, 2026

Pull Request Description

Add two new features:

  • press and hold to boost speed to a configurable rate (spacebar on desktop and long press on mobile)
  • double tap to seek forward or backward on mobile

Issue Being Fixed

Resolves discussion #704

Screenshots / Recordings

CleanShot.2026-02-04.at.00.29.32-converted.mp4
CleanShot.2026-02-04.at.00.34.38-converted.mp4

Checklist

  • If a new package was added, did you ensure it works for all supported platforms? Is the package well maintained
  • Check that any changes are related to the issue at hand.

Copy link
Collaborator

@PartyDonut PartyDonut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for having a go at this, while the code looks good. Left a few requests, let me know if they aren't clear.

Also something else to consider. My idea for implementing the Gestures was to have predefined areas/actions the user could assign shortcuts to, in a similar fashion to how desktop users can assign keys to a action.

So while I'm more then happy to merge this after the requested changes, there is a possibility that I will rework some of this when I get to the gestures implementation. Just wanted to give you a heads up 😃 .

Copy link
Collaborator

@PartyDonut PartyDonut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good exactly what I had in mind.

Thanks for implementing the changes!

@PartyDonut PartyDonut changed the title Implement Double-tap seek & press-and-hold playback speed feat: Implement Double-tap seek & press-and-hold playback speed Feb 11, 2026
@PartyDonut PartyDonut added the feature New feature or request label Feb 11, 2026
@PartyDonut PartyDonut merged commit 0516235 into DonutWare:develop Feb 11, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants