summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-09-06 02:49:28 +0200
committerwm4 <wm4@nowhere>2014-09-06 02:49:28 +0200
commitcf04ddca383b023300d7fdeaa149d0a43d4410db (patch)
tree0a6ad6f98f68ef3bf7c47202ba3ab6d688a3af10 /etc
parent439a05d8c3c31ff4751a03dba69dfb96321a83e2 (diff)
downloadmpv-cf04ddca383b023300d7fdeaa149d0a43d4410db.tar.bz2
mpv-cf04ddca383b023300d7fdeaa149d0a43d4410db.tar.xz
mplayer-input.conf: fix broken binding
"#" starts a comment, so the # key needs to be handled specially. MPlayer has the same issue, but its input.conf is wrong. Or at least I think it's wrong; looking at the MPlayer code it's doubtful they somehow special-case and handle this.
Diffstat (limited to 'etc')
-rw-r--r--etc/mplayer-input.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/mplayer-input.conf b/etc/mplayer-input.conf
index c898ccb102..be5efc60eb 100644
--- a/etc/mplayer-input.conf
+++ b/etc/mplayer-input.conf
@@ -13,7 +13,7 @@ UP seek +60
PGUP seek 600
PGDWN seek -600
m cycle mute
-# cycle audio # switch audio streams
+SHARP cycle audio # switch audio streams
+ add audio-delay 0.100
= add audio-delay 0.100
- add audio-delay -0.100