mirror of https://github.com/mpv-player/mpv
input: ignore normal mouse click by default
Apparently this annoyed some users.
This commit is contained in:
parent
1877d7933e
commit
df4b31c869
|
@ -27,6 +27,7 @@
|
|||
# key combinations is only supported through the video windows of certain
|
||||
# output drivers (not in output windows of other drivers or in a terminal).
|
||||
|
||||
MOUSE_BTN0 ignore # don't do anything
|
||||
MOUSE_BTN0_DBL cycle fullscreen # toggle fullscreen on/off
|
||||
MOUSE_BTN2 cycle pause # toggle pause on/off
|
||||
MOUSE_BTN3 seek 10
|
||||
|
|
Loading…
Reference in New Issue