Change seek 10sec ahead shortcut from 'P' to 'O'

This is only changing what is displayed in the help box, not changing the actual key shortcut.

Signed-off-by: David Sullivan <311316+tkroo@users.noreply.github.com>
This commit is contained in:
David Sullivan 2025-09-10 14:52:23 -07:00 committed by GitHub
parent 52438bcc0d
commit aca131b371
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -253,7 +253,7 @@ window.baguetteBox = (function () {
['S', 'toggle file selection'],
['space, P, K', 'video: play / pause'],
['U', 'video: seek 10sec back'],
['P', 'video: seek 10sec ahead'],
['O', 'video: seek 10sec ahead'],
['0..9', 'video: seek 0%..90%'],
['M', 'video: toggle mute'],
['V', 'video: toggle loop'],