From 13e84fbcec6c06a5e07315eaf7dfd161da8afb51 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 28 Oct 2012 21:16:07 +0100 Subject: input: remove default bindings for sub_step The sub_step command is not that useful, and accidentally hitting it means that the subtitle delay gets completely messed up. --- 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 67ce10f72f..5fd2f497cf 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -68,8 +68,6 @@ I show_text "${filename}" # display filename in osd P show_progress z add sub-delay -0.1 # subtract 100 ms delay from subs x add sub-delay +0.1 # add -g sub_step -1 # immediately display next subtitle -y sub_step +1 # previous 9 add volume -1 / add volume -1 0 add volume 1 @@ -174,3 +172,5 @@ JOY_BTN3 add volume -1 #? add sub-scale +0.1 # increase subtitle font size #? add sub-scale -0.1 # decrease subtitle font size +#? sub_step -1 # immediately display next subtitle +#? sub_step +1 # previous -- cgit v1.2.3