mirror of https://github.com/mpv-player/mpv
input: Add default bindings for MBTN_BACK and MBTN_FORWARD
This commit is contained in:
parent
f4c04f5a3c
commit
619b466cef
|
@ -31,6 +31,8 @@
|
|||
#MBTN_LEFT ignore # don't do anything
|
||||
#MBTN_LEFT_DBL cycle fullscreen # toggle fullscreen on/off
|
||||
#MBTN_RIGHT cycle pause # toggle pause on/off
|
||||
#MBTN_BACK playlist-prev
|
||||
#MBTN_FORWARD playlist-next
|
||||
|
||||
# Mouse wheels, touchpad or other input devices that have axes
|
||||
# if the input devices supports precise scrolling it will also scale the
|
||||
|
|
Loading…
Reference in New Issue