feat(keybindings): cycle subtitle tracks on j/J with mpv-style OSD

This commit is contained in:
2026-02-28 16:48:01 -08:00
parent d2af09d941
commit 498fd2d09a
5 changed files with 118 additions and 0 deletions

View File

@@ -38,6 +38,8 @@ These control playback and subtitle display. They require overlay window focus.
| Shortcut | Action |
| -------------------- | -------------------------------------------------- |
| `Space` | Toggle mpv pause |
| `J` | Cycle primary subtitle track |
| `Shift+J` | Cycle secondary subtitle track |
| `ArrowRight` | Seek forward 5 seconds |
| `ArrowLeft` | Seek backward 5 seconds |
| `ArrowUp` | Seek forward 60 seconds |