mirror of
https://github.com/9001/copyparty.git
synced 2025-10-02 14:42:28 -06:00
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:
parent
52438bcc0d
commit
aca131b371
|
@ -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