How do I disable zoom on control-scroll in Visual Studio 2010?
Posted
by Lawrence Johnston
on Stack Overflow
See other posts from Stack Overflow
or by Lawrence Johnston
Published on 2010-05-18T22:39:02Z
Indexed on
2010/05/18
22:50 UTC
Read the original article
Hit count: 291
Visual Studio 2010 adds a zoom setting on the bottom left of the text editor (to the left of the horizontal scroll bar) and also adopts the control + mouse scroll idiom for zooming in and out.
The former is fine, but I dislike the latter as I am occasionally still holding control when I start scrolling my source code (which results in the text size radically changing and completely throwing me off whatever I was doing).
How do I disable it?
© Stack Overflow or respective owner