Skip to content

feat: add customizable double-tap seek distance#4133

Draft
Roc755 wants to merge 1 commit into
code-charity:masterfrom
Roc755:fix-issue-4132
Draft

feat: add customizable double-tap seek distance#4133
Roc755 wants to merge 1 commit into
code-charity:masterfrom
Roc755:fix-issue-4132

Conversation

@Roc755

@Roc755 Roc755 commented Jul 5, 2026

Copy link
Copy Markdown

Adds new setting to customize double-tap seek distance on the player.

This implements the requested feature: users can now set the seek distance (in seconds) when double-tapping on the video. The default is 10 seconds.

The feature intercepts double-clicks on the player area and performs forward/backward seek based on tap position (left side = back, right side = forward).

Fixes #4132

Payout Address (ERC-20): 0x1fDAD6aa8E70C0F5E4C76B83559f9487313a50e9

Add new setting player_double_tap_seek_distance to allow users to customize
the jump distance when double-tapping on the video player. Default is 10 seconds.
The feature intercepts double-click events and seeks forward/backward based on
tap position (left = back, right = forward).

Fixes issue code-charity#4132

Payout Address (ERC-20): 0x1fDAD6aa8E70C0F5E4C76B83559f9487313a50e9
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.

I would like to be able to set seek distance when double tapping, or have progressive jump lengths

1 participant