From abf65a54017280a78bd54e8eb9f4a143a2e7dd15 Mon Sep 17 00:00:00 2001 From: ravarnax Date: Wed, 8 Apr 2026 17:18:36 +0530 Subject: [PATCH] input: add default keybindings for secondary subtitle track cycling Map 'k' to 'cycle secondary-sid' and 'K' to 'cycle secondary-sid down', mirroring the existing 'j'/'J' bindings for the primary subtitle track. Fixes #17693 --- DOCS/man/mpv.rst | 3 +++ etc/input.conf | 2 ++ 2 files changed, 5 insertions(+) diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst index b78501937eec3..b800416a3b680 100644 --- a/DOCS/man/mpv.rst +++ b/DOCS/man/mpv.rst @@ -167,6 +167,9 @@ Alt+v j and J Cycle through the available subtitles. +k and K + Cycle through the available secondary subtitles. + z and Z Adjust subtitle delay by -/+ 0.1 seconds. The ``x`` key does the same as ``Z`` currently, but use is discouraged. diff --git a/etc/input.conf b/etc/input.conf index a94fba0b6cd83..793e0770f75dc 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -142,6 +142,8 @@ #u cycle-values sub-ass-override "force" "scale" # toggle overriding SSA/ASS subtitle styles with the normal styles #j cycle sub # switch subtitle track #J cycle sub down # switch subtitle track backwards +#+k cycle secondary-sid # cycle secondary subtitle track +#+K cycle secondary-sid down #SHARP cycle audio # switch audio track #_ cycle video # switch video track #T cycle ontop # toggle placing the video on top of other windows