From cf04ddca383b023300d7fdeaa149d0a43d4410db Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 6 Sep 2014 02:49:28 +0200 Subject: 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. --- etc/mplayer-input.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3