Last active
October 8, 2015 19:28
-
-
Save JohannesHoppe/3378088 to your computer and use it in GitHub Desktop.
Prevent Visual Studio ALL CAPS Menus!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0\General] | |
"SuppressUpperCaseConversion"=dword:00000001 | |
[HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\12.0\General] | |
"SuppressUpperCaseConversion"=dword:00000001 | |
[HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\13.0\General] | |
"SuppressUpperCaseConversion"=dword:00000001 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment