-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Vertical Zoom in Song Editor #3763
Comments
I wonder if the zoom could include larger fonts? @Spekular |
Please do not change mouse wheel to be left/right scroll by default. This is non-standard UI and will cause much grief. |
As part of a pruning effort, this |
This is a urgent feature, tracks are very short height. |
With the recent improvement to vertically larger patterns in the song editor (PR 3699), a vertical zoom makes more sense than before. This would allow every track to be scaled vertically by the same amount, and could be more convenient than shift+dragging even if you only want to focus on one track.
Right now the following shortcuts use the mouse wheel:
Since there are two horizontal scroll shortcuts, ether Shift or Alt could in theory be used for vertical zoom. However, I think a modified Ctrl would make more sense. This would lead to something like this (excluding alt for brevity):
However, this would mean that an unmodified scroll is vertical, and an unmodified zoom is horizontal. Perhaps these should be unified, so an unmodified scroll and zoom operate on the same axis. I would then propose changing a regular unmodified mousewheel scroll to move horizontally, leading to:
This would make all mousewheel events horizontal by default. Shift becomes the "vertical" modifier, and Ctrl remains the "zoom" modifier.
The text was updated successfully, but these errors were encountered: