-
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
Feature Request: seek buttons for the control bar #577
Comments
which button? |
To quickly seek, turn mouse wheel when hovering timeline. If you want to seek larger amounts of time, just turn it a lot. I might add shift/ctrl modifier to increase the scroll seek amount, but increasing the complexity of already pretty complex command config syntax to allow different behavior depending on a button pressing it is definitely not gonna happen. The use cases are too low/uncommon, and they would definitely not justify how much more complicated the config syntax would have to become. |
This doesn't fit my needs because it's difficult to scroll precisely on a laptop touchpad. The reason why I use buttons is that it is predictable where they'll take me in the video, if I wanted imprecise seeking I would just scrub with the seek bar.
Understandable, I guess I'll go back to the stock OSC. |
👀 if you're on a laptop, just bind different seeking amounts to (shift/ctrl)+arrows. Way faster than aiming cursor on a button and clicking with a touchpad. |
Closing in favor of #588. |
I wish uosc had buttons that seek forward/back a set amount, like the stock osc.
I think I can make my own with the
command:
syntax, but I don't think I can make them seek by a different amount on left/right click, like the osc buttons do. If that's possible then please let me know how.The text was updated successfully, but these errors were encountered: