summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2024-02-25 14:10:00 -0600
committerDudemanguy <random342@airmail.cc>2024-04-18 17:40:16 +0000
commitbd1bcc1f31dcf614f4b53234a62dc6b6d0b25480 (patch)
tree1e42252372e071c5e01f46b3f0401eb050895993 /etc
parentbc28f7693d095758275448410aaa91255482857a (diff)
downloadmpv-bd1bcc1f31dcf614f4b53234a62dc6b6d0b25480.tar.bz2
mpv-bd1bcc1f31dcf614f4b53234a62dc6b6d0b25480.tar.xz
player: always notify when writing window-scale option
As described in the previous commit, update_window_scale will always execute whenever window-scale is written even if the value doesn't change.
Diffstat (limited to 'etc')
-rw-r--r--etc/input.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/input.conf b/etc/input.conf
index 000f7ae650..80f1ceb2f3 100644
--- a/etc/input.conf
+++ b/etc/input.conf
@@ -117,9 +117,9 @@
#6 add gamma 1
#7 add saturation -1
#8 add saturation 1
-#Alt+0 set current-window-scale 0.5 # halve the window size
-#Alt+1 set current-window-scale 1.0 # reset the window size
-#Alt+2 set current-window-scale 2.0 # double the window size
+#Alt+0 set window-scale 0.5 # halve the window size
+#Alt+1 set window-scale 1.0 # reset the window size
+#Alt+2 set window-scale 2.0 # double the window size
#b cycle deband # toggle the debanding filter
#d cycle deinterlace # cycle the deinterlacing filter
#r add sub-pos -1 # move subtitles up