How to realize left mouse click to pause and double click to full screen without pauses #560
Unanswered
351492384fate
asked this question in
Q&A
Replies: 1 comment
-
https://github.com/natural-harmonia-gropius/input-event example https://github.com/natural-harmonia-gropius/input-event#click-to-pause-double-click-to-fullscreen |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Like Youtube, you can click to pause and double click to full screen.
But I'm wanted to do the same on mpv, so I added these into input.conf.
MBTN_LEFT cycle pause MBTN_LEFT_DBL cycle fullscreen
it does work, but it also pauses when double click, and I don't want that.
I'd like to ask if there's any solution
Beta Was this translation helpful? Give feedback.
All reactions