📜 ⬆️ ⬇️

How to remove KAPS from the menu of Visual Studio 2012 RC

Recently , Visual Studio 2012 RC was released , in which, along with numerous interface changes, the main menu with the elements typed by the caps was presented. Not everyone had to like it (although, personally, I like it, here you can read where and when we apply the caps). Below is a way to bring the menu to the old state.



To return the old menu, make the following changes to the Windows registry:
')
HKEY_CURRENT_USER \ Software \ Microsoft \ VisualStudio \ 11.0 \ General \ SuppressUppercaseConversion
REG_DWORD value: 1

Download the new version of Visual Studio 2012 RC at a special short address vs11.ru. Pleasant development!

Source: https://habr.com/ru/post/145093/


All Articles