Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions DOCS/man/mpv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions etc/input.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not correct definition of keybinds.

#SHARP cycle audio # switch audio track
#_ cycle video # switch video track
#T cycle ontop # toggle placing the video on top of other windows
Expand Down
Loading