From cd87a9ecf54783a32a445af9b7cedc44270b3930 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 24 Feb 2024 16:34:45 +0100 Subject: default subtitle scale + remove built-in shortcuts --- .config/mpv/input.conf | 2 -- .config/mpv/mpv.conf | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf index f275370..150b696 100644 --- a/.config/mpv/input.conf +++ b/.config/mpv/input.conf @@ -1,5 +1,3 @@ -ALT+j add sub-scale +0.1 -ALT+k add sub-scale -0.1 ALT+c script-message-to copy_subs copy ALT+SHIFT+c script-message-to copy_subs auto diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index a2bbaba..a1fe45d 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -6,4 +6,5 @@ slang=en # Override ASS subtitles with same format as SRT sub-ass-override=force +sub-scale=0.5 -- cgit v1.2.3