From b4d9980870941812b152a6fe66caf867a11211bb Mon Sep 17 00:00:00 2001 From: soredake Date: Tue, 5 May 2020 20:35:37 +0300 Subject: [PATCH] input.conf: add default keybindings for sub-scale --- DOCS/man/mpv.rst | 3 +++ etc/input.conf | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst index 28dddce183..46c0762fad 100644 --- a/DOCS/man/mpv.rst +++ b/DOCS/man/mpv.rst @@ -159,6 +159,9 @@ L Ctrl + and Ctrl - Adjust audio delay (A/V sync) by +/- 0.1 seconds. +Shift+g and Shift+f + Adjust subtitle font size by +/- 10%. + u Switch between applying no style overrides to SSA/ASS subtitles, and overriding them almost completely with the normal subtitle style. See diff --git a/etc/input.conf b/etc/input.conf index ba96a77190..538443a2e5 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -103,6 +103,8 @@ #x add sub-delay +0.1 # same as previous binding (discouraged) #ctrl++ add audio-delay 0.100 # this changes audio/video sync #ctrl+- add audio-delay -0.100 +#Shift+g add sub-scale +0.1 # increase subtitle font size +#Shift+f add sub-scale -0.1 # decrease subtitle font size #9 add volume -2 #/ add volume -2 #0 add volume 2 @@ -182,8 +184,6 @@ # (not an exhaustive list of unbound commands) # -# ? add sub-scale +0.1 # increase subtitle font size -# ? add sub-scale -0.1 # decrease subtitle font size # ? cycle angle # switch DVD/Bluray angle # ? cycle sub-forced-only # toggle DVD forced subs # ? cycle program # cycle transport stream programs