1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-18 13:16:43 +00:00

Revert "input.conf: bind MBTN_MID to align-to-cursor"

It can be too easy to change the video position without a single way to
undo the change. Also, this is mostly useful for images. Binding can be
brought back in a better way with an image profile or another method
that is more resistant to accidental clicks.

This reverts commit e98d3b62ec.
This commit is contained in:
Kacper Michajłow 2025-02-25 08:10:53 +01:00
parent 903c805a37
commit 8e4493b4a2
2 changed files with 0 additions and 4 deletions

View File

@ -383,9 +383,6 @@ Left double click
Right click
Toggle pause on/off.
Middle click
Pan through the whole video while holding the button.
Forward/Back button
Skip to next/previous entry in playlist.

View File

@ -31,7 +31,6 @@
#MBTN_LEFT ignore # don't do anything
#MBTN_LEFT_DBL cycle fullscreen # toggle fullscreen
#MBTN_RIGHT cycle pause # toggle pause/playback mode
#MBTN_MID script-binding positioning/align-to-cursor # pan the whole video
#MBTN_BACK playlist-prev # skip to the previous file
#MBTN_FORWARD playlist-next # skip to the next file
#Ctrl+MBTN_LEFT script-binding positioning/drag-to-pan # pan around the clicked point