mirror of https://github.com/mpv-player/mpv
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.
This commit is contained in:
parent
439a05d8c3
commit
cf04ddca38
|
@ -13,7 +13,7 @@ UP seek +60
|
||||||
PGUP seek 600
|
PGUP seek 600
|
||||||
PGDWN seek -600
|
PGDWN seek -600
|
||||||
m cycle mute
|
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
|
= add audio-delay 0.100
|
||||||
- add audio-delay -0.100
|
- add audio-delay -0.100
|
||||||
|
|
Loading…
Reference in New Issue