Oscar Manglaras
Oscar Manglaras
Scrolling with the scroll wheels and opening the currently selected item with left click is pretty simple, and can already be done with the custom key bindings. However, selecting items...
All the dynamic keybinds are given a name which can be called via the script-binding command. I don't have time to explain the naming format right now, but I'll add...
So I documented how to modify the default keybinds in commit 04f9fd25719a4847fedc22063544b497dd70c93f. For reference a default set of bindings you may find useful are: ``` [ { "key": "WHEEL_UP", "command":...
As of https://github.com/mpv-player/mpv/pull/8261 added in v0.33 it has now become viable to implement actual mouse support. I plan to explore doing so at some point in the future, though I...
Any work on this will be done in the [mouse-support](https://github.com/CogentRedTester/mpv-file-browser/tree/mouse-support) branch.
For anyone who may be subscribed or looking at this issue I have opened a PR (#66 ) that implements full point & click mouse support. Any feedback on default...
I don't know if you're still looking for a solution to this, but I threw together a quick script that allows you to select multiple tracks for mixing in an...
This script I threw together seems to do it. It only toggles pause if the left click was held down for less than 0.2 seconds. You may want to increase...
You can add `MBTN_LEFT script-binding pause-or-drag` to `input.conf` to set the binding manually. I don't know if that would break scripts that use left click.
Actually I didn't check how it interacts with the OSC, could someone maybe try toggling mute from the bottom bar and check if the pause toggles as well?