From 7aaa7b221f21ea7a9f7d1accde9ef7866611ce79 Mon Sep 17 00:00:00 2001 From: llyyr Date: Mon, 27 May 2024 19:30:23 +0530 Subject: [PATCH] input.conf: change 'u' binding to cycle between 'force' and default --- DOCS/interface-changes/sub-ass-override-default.txt | 1 + etc/input.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/DOCS/interface-changes/sub-ass-override-default.txt b/DOCS/interface-changes/sub-ass-override-default.txt index 23a2b28ffa..691579693b 100644 --- a/DOCS/interface-changes/sub-ass-override-default.txt +++ b/DOCS/interface-changes/sub-ass-override-default.txt @@ -1,2 +1,3 @@ move 'scale' above 'force' for `sub-ass-override` in documentation as well as code. This more accurately reflects destructiveness of these options. change `sub-ass-override` default from 'yes' to 'scale'. This should result in no effective changes because 'yes' used to unintentionally do what 'scale' should've done. +change 'u' binding to cycle between 'force' and 'scale', instead of 'force' and 'yes' diff --git a/etc/input.conf b/etc/input.conf index e8ccfeec77..bcc52359e2 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -128,7 +128,7 @@ #v cycle sub-visibility # hide or show the subtitles #Alt+v cycle secondary-sub-visibility # hide or show the secondary subtitles #V cycle sub-ass-vsfilter-aspect-compat # toggle stretching SSA/ASS subtitles with anamorphic videos to match the historical renderer -#u cycle-values sub-ass-override "force" "yes" # toggle overriding SSA/ASS subtitle styles with the normal styles +#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 #SHARP cycle audio # switch audio track