#723 – Turning Off All Caps Menus in Visual Studio 2012
December 31, 2012 1 Comment
One of the changes in Visual Studio 2012 was to render the main menus in all caps. This was done to better match the new Metro (Windows Store) style of user interface, used across other Microsoft products. (E.g. Office 2013 or the Bing web site).
However, many people have argued that using all caps make the user interface less readable and constitutes bad typography.
If you prefer using upper and lowercase in the main menu, you can turn off the all caps by adding a value in the registry.
In the key HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0\General, create a DWORD value named SuppressUppercaseConversion and set its value to 1.
You’ll now get upper and lowercase in the menus.
Pingback: Dew Drop – January 2, 2013 (#1,473) | Alvin Ashcraft's Morning Dew