summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-10-28 21:16:07 +0100
committerwm4 <wm4@nowhere>2012-10-30 19:50:24 +0100
commit13e84fbcec6c06a5e07315eaf7dfd161da8afb51 (patch)
tree7745bb72d31681af2a8bf830038ee686f4c30922 /etc
parentcaf1398c208bf9929865fa34e202fb190e31a463 (diff)
downloadmpv-13e84fbcec6c06a5e07315eaf7dfd161da8afb51.tar.bz2
mpv-13e84fbcec6c06a5e07315eaf7dfd161da8afb51.tar.xz
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.
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 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