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:
Guido Cella 2024-06-12 15:32:38 +02:00 committed by Dudemanguy
parent 5158a3d779
commit 80de88361b
1 changed files with 1 additions and 1 deletions

View File

@ -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