mirror of https://github.com/mpv-player/mpv
input.conf: unmap menu key
This was mapped to a broken command, so it did nothing but printing an error message. The intended binding (cycling OSD level) doesn't seem to useful either, so just drop it.
This commit is contained in:
parent
d704d61c61
commit
0ded54dd89
|
@ -125,7 +125,6 @@
|
|||
# cycle video aspect ratios; "-1" is the container aspect
|
||||
#A cycle_values video-aspect "16:9" "4:3" "2.35:1" "-1"
|
||||
#POWER quit
|
||||
#MENU cycle osd
|
||||
#PLAY cycle pause
|
||||
#PAUSE cycle pause
|
||||
#PLAYPAUSE cycle pause
|
||||
|
|
Loading…
Reference in New Issue