-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
add keybinding to control subtitles offset #5193
add keybinding to control subtitles offset #5193
Conversation
54eb554
to
dd0b496
Compare
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested in Waterfox on Windows 11.
Works great
56b9c0d
to
6633a70
Compare
6633a70
to
4f11d4e
Compare
I updated the PR, thank you so much for the support. Is there anything else that I can do for the PR, as updating documentation? Thanks |
4f11d4e
to
ba58851
Compare
ba58851
to
9a657ce
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ESLint doesn't pass. Please fix all ESLint issues.
1ccfdf7
to
d116013
Compare
This should be tested for cases when there're no subtitles and subtitles are off. UPD: |
d116013
to
4c20c9e
Compare
Updated the PR following the suggestion, but I wonder if the conditional chaining is supported in the older browser that has been mentioned earlier in the discussion (WebKit engines (Tizen 2.x, webOS 1/2).) |
We use Babel to transpile code so that it is supported on older platforms. |
da77704
to
f9c249b
Compare
Quality Gate passedIssues Measures |
f9c249b
to
0e3f6fa
Compare
Hi, is there anything else that need to be addressed before merging the PR? |
Co-authored-by: Dmitry Lyzo <[email protected]>
Quality Gate passedIssues Measures |
Cloudflare Pages deployment
|
Changes
Bounding
g
andh
to control subtitles offset in 0.1 steps, bindings are taken from VLC.The subtitle offset overlay is shown while the offset is increased or decreased by pressing the keys. Pressing the keys while the offset is not shown still changes the offset.
Issues