-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assign several actions for a OSC button #588
Comments
Seems like a useful thing to have though. |
I also dislike the idea that one button share different actions. IMO, the reason why default osc allow it is that they don't want to design a more complex UI to increase the burden of maintenance. A button with many actions seems to be the compromise solution. |
I'll leave the issue open, but no promises. |
Hi, is it possible to assign several actions for a OSC button ?
For example, into the default osc, we can apply 3 different actions when we click on the subtitles button :
On uosc.lua, I found this :
My goal is to have at least 2 actions :
-left click -> toggle to next audio
-right click -> open the audio menu
But I don't know how to do this, and if I success to do it, it will break the compatibility with you version.
Maybe I can do something with
overwrite-binding <name> <command>
or maybe into uosc.conf but I'm not sure.Thanks for your help !
The text was updated successfully, but these errors were encountered: