Add player zoom with mouse wheel #1779
Open
+59
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Zoom is triggered with the mouse wheel and the Alt key
As suggested here:
https://forum.shotcut.org/t/pourrait-on-avoir-une-possibilitee-grossissement-plus-fin-detaille-dans-loption-zoom/47891/7
Posting this for discussion and to wait until after the next release.
For the player, wheel is already used to scale the SPR VUI size. And wheel + CTL is used to rotate the SPR VUI angle. So all that is left for zoom is wheel + ALT.
However, I wanted to mention that wheel with no modifiers is already used to zoom in the notes panel and the video zoom scope widget. So I wonder if we want to CHANGE the SPR VUI to use whell + ALT for scaling, and then use wheel with no modifiers to zoom the player.
Pro: I think this would be more intuitive for new users
Con: It would be a change of behavior for existing users.