From 5c1a43c71172e115c9cda1f1fe0474a4035b1bb0 Mon Sep 17 00:00:00 2001 From: David Sullivan <311316+tkroo@users.noreply.github.com> Date: Wed, 10 Sep 2025 15:31:58 -0700 Subject: [PATCH] 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> --- copyparty/web/baguettebox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/web/baguettebox.js b/copyparty/web/baguettebox.js index 931d5195..0d18aa2a 100644 --- a/copyparty/web/baguettebox.js +++ b/copyparty/web/baguettebox.js @@ -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'],