diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst index 6f11cd11b5d1a..5f442faa32d73 100644 --- a/DOCS/man/mpv.rst +++ b/DOCS/man/mpv.rst @@ -354,7 +354,8 @@ Wheel left/right Seek forward/backward 10 seconds. Ctrl+Wheel up/down - Change video zoom. + Change video zoom and shift the OSD towards the position hovered by the + cursor. Context Menu ------------- diff --git a/etc/input.conf b/etc/input.conf index f36487f240e0d..d82216b9f9839 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -65,8 +65,8 @@ #ZOOMIN add video-zoom 0.1 # zoom in #Alt+- add video-zoom -0.1 # zoom out #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 +#Ctrl+WHEEL_UP script-binding positioning/cursor-centric-zoom 0.1 # zoom in towards the cursor +#Ctrl+WHEEL_DOWN script-binding positioning/cursor-centric-zoom -0.1 # zoom out towards the cursor #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; no-osd set video-align-x 0; no-osd set video-align-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