Open jonathan-markland opened 10 months ago
We should also look into if we can redefine this.
Discussed with design team. Happy to proceed with a modifier and middle mouse wheel for zooming text.
Zooming mouse wheel controls that already exist in the IDE are: alt + mouse wheel (zooms in and out of editors and workspaces)
Conditions -
@mtraynortm Should this be mapped to Alt + Mouse Wheel rather than the Control + Mouse Wheel then? The difference being the location of the mouse cursor (if hovering over the code editor then modify zoom level, otherwise fallback to the standard workspace zoom?)
@skud92 Do you have clarification for the above question?
Sorry @zreedy just seeing this comment now, yes please.
I'd rather this not be alt but if it's modifiable that's fine
Note that the combo should be consistent to the Zoom Workspace hotkey which is Ctrl + Mouse Wheel
on Windows/Linux, and Option + Mouse Wheel
on Mac. Since Option
is actually the Alt
key there was some confusion previously as to what key exactly this was mapped to.
Ctrl + Mouse wheel should change the text zoom size, like Visual Studio. Currently it still scrolls the view up and down.