nurupo / vlc-pause-click-plugin

Plugin for VLC that pauses/plays video on mouse click
GNU Lesser General Public License v2.1
892 stars 64 forks source link

Want to pause/play with double click #71

Open wedgerage opened 3 years ago

wedgerage commented 3 years ago

Is your feature request related to a problem? Please describe

Describe the solution you'd like

I would like to pause/play when I double click the screen.

Describe alternatives you've considered

Option to tick single click/double click to activate behavior

Additional context

For example when you are working in a different window then switch to VLC by clicking its screen it pause/plays. I wish I could pause/play by double clicking the screen instead of single click.

Thank you for developing nice addon BTW. I use this addon already to disable double click full screen.

nurupo commented 3 years ago

Surprised someone wants a double-click to pause/play functionality. Will keep this in mind when making the next version.

wedgerage commented 3 years ago

Thank you for the reply! I tend to think a single click means selecting an object, double click executes an event. It will be very helpful to me if this feature is added.

Rekrii commented 3 years ago

As an FYI - double click to pause/play will align with other popular players such as KMPlayer/PotPlayer too. Full-screen toggle is middle mouse in these programs.

This would be considered an 'anti pattern' for VLC however as it overwrites an existing function, but I guess that's the idea of plugins!