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.
This commit is contained in:
wm4 2012-10-28 21:16:07 +01:00
parent caf1398c20
commit 13e84fbcec
1 changed files with 2 additions and 2 deletions

View File

@ -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