From aca131b371fcc6386b9f46e3a8dfc6295a8ec675 Mon Sep 17 00:00:00 2001 From: David Sullivan <311316+tkroo@users.noreply.github.com> Date: Wed, 10 Sep 2025 14:52:23 -0700 Subject: [PATCH] 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> --- 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'],