mirror of
https://github.com/9001/copyparty.git
synced 2025-09-28 12:42:26 -06:00
fix hotkey typo (P->O) in lightbox (#788)
helptext indicated that P was the hotkey for seeking Signed-off-by: David Sullivan <311316+tkroo@users.noreply.github.com>
This commit is contained in:
parent
52438bcc0d
commit
5c1a43c711
|
@ -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'],
|
||||
|
|
Loading…
Reference in a new issue