From a749c614375107a09e5877f6bb654133c7947672 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 15 Sep 2012 02:04:57 +0200 Subject: 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. --- etc/input.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') 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 -- cgit v1.2.3