mirror of https://github.com/mpv-player/mpv
input.conf: make Alt+BS reset panscan
It makes sense to reset panscan along with the zoom because it is a kind of zoom.
This commit is contained in:
parent
5158a3d779
commit
80de88361b
|
@ -67,7 +67,7 @@
|
|||
#ZOOMOUT add video-zoom -0.1 # zoom out
|
||||
#Ctrl+WHEEL_UP add video-zoom 0.1 # zoom in
|
||||
#Ctrl+WHEEL_DOWN add video-zoom -0.1 # zoom out
|
||||
#Alt+BS set video-zoom 0 ; set video-pan-x 0 ; set video-pan-y 0 # reset zoom and pan settings
|
||||
#Alt+BS set video-zoom 0; set panscan 0; set video-pan-x 0; set video-pan-y 0 # reset zoom and pan settings
|
||||
#PGUP add chapter 1 # seek to the next chapter
|
||||
#PGDWN add chapter -1 # seek to the previous chapter
|
||||
#Shift+PGUP seek 600 # seek 10 minutes forward
|
||||
|
|
Loading…
Reference in New Issue