summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-09-15 02:04:57 +0200
committerwm4 <wm4@nowhere>2012-10-12 10:10:30 +0200
commita749c614375107a09e5877f6bb654133c7947672 (patch)
tree6c09bd53643d38178d7c4d07be2757620da5acfc /etc
parent950999dd7bcf863535634e2ac227d19979beadd4 (diff)
downloadmpv-a749c614375107a09e5877f6bb654133c7947672.tar.bz2
mpv-a749c614375107a09e5877f6bb654133c7947672.tar.xz
commands: rename osd_show_[property_]text and osd_show_progression
osd_show_[property_]text => show_text osd_show_progression => show_progress show_text, osd_show_property_text and osd_show_text both map to the code for the previous osd_show_property_text. The only special thing about osd_show_text is that you don't need to escape "$". Also, unfortunately osd_show_property_text requires escaping things twice, one time for the command parser, and the other time for the property formatting code, while osd_show_text needed only one level of escaping.
Diffstat (limited to 'etc')
-rw-r--r--etc/input.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/input.conf b/etc/input.conf
index e7acb77905..269a8a3a8e 100644
--- a/etc/input.conf
+++ b/etc/input.conf
@@ -62,8 +62,8 @@ SPACE switch pause
ENTER playlist_next 1 # skip to next file or quit
< playlist_prev # skip to previous file
o osd # cycle through OSD mode
-I osd_show_property_text "${filename}" # display filename in osd
-P osd_show_progression
+I show_text "${filename}" # display filename in osd
+P show_progress
z switch sub-delay -0.1 # subtract 100 ms delay from subs
x switch sub-delay +0.1 # add
g sub_step -1 # immediately display next subtitle