Skip to content

Commit

Permalink
input.conf: make Alt+BS print "video-zoom: 0"
Browse files Browse the repository at this point in the history
Alt+BS prints "video-pan-y: 0" which seems arbitrary. Make it print
video-zoom: 0 which is the most important property that gets reset.
  • Loading branch information
guidocella committed Nov 17, 2024
1 parent 7972fcb commit f3effdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/input.conf
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
#ZOOMOUT add video-zoom -0.1 # zoom out
#Ctrl+WHEEL_UP cursor-centric-zoom 0.1 # zoom in
#Ctrl+WHEEL_DOWN cursor-centric-zoom -0.1 # zoom out
#Alt+BS set video-zoom 0; set panscan 0; set video-pan-x 0; set video-pan-y 0 # reset zoom and pan settings
#Alt+BS set video-zoom 0; no-osd set panscan 0; no-osd set video-pan-x 0; no-osd 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
Expand Down

0 comments on commit f3effdb

Please sign in to comment.