commit d1fb2ace5648293dc855c73d083f8373f986a7d2
parent 3e95c8b2181b0bf535e92628af0d2bc696c00470
Author: Alex Balgavy <alex@balgavy.eu>
Date: Wed, 22 Dec 2021 00:04:32 +0100
mpv: bindings
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mpv/input.conf b/mpv/input.conf
@@ -130,8 +130,6 @@ WHEEL_DOWN add volume 2
# switch between applying no style overrides to SSA/ASS subtitles, and
# overriding them almost completely with the normal subtitle style
#u cycle-values sub-ass-override "force" "no"
-#j cycle sub # cycle through subtitles
-#J cycle sub down # ...backwards
#SHARP cycle audio # switch audio streams
#_ cycle video
#T cycle ontop # toggle video window ontop of other windows
@@ -197,3 +195,5 @@ alt+c script-message-to crop toggle-crop
e script-message-to encode set-timestamp
alt+e script-message-to encode set-timestamp encode_webm
E script-message-to encode set-timestamp encode_slice
+j cycle sub # cycle through subtitles
+k cycle sub down # ...backwards