mirror of
https://github.com/9001/copyparty.git
synced 2025-11-05 14:23:17 +00: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:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user