Skip to content

Commit

Permalink
input.conf: bind MBTN_MID to align-to-cursor
Browse files Browse the repository at this point in the history
Once the dragging deadzone is supported on macOS, cycle pause can be
moved to MBTN_LEFT and drag-to-pan can be bound to MBTN_RIGHT.
  • Loading branch information
guidocella committed Nov 18, 2024
1 parent ff3d223 commit f9c7e42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DOCS/man/mpv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,9 @@ Left double click
Right click
Toggle pause on/off.

Middle click
Drag to pan.

Forward/Back button
Skip to next/previous entry in playlist.

Expand Down
1 change: 1 addition & 0 deletions etc/input.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#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 image
#MBTN_BACK playlist-prev # skip to the previous file
#MBTN_FORWARD playlist-next # skip to the next file

Expand Down

0 comments on commit f9c7e42

Please sign in to comment.