Skip to content

Instantly share code, notes, and snippets.

@JohannesHoppe
Last active October 8, 2015 19:28
Show Gist options
  • Save JohannesHoppe/3378088 to your computer and use it in GitHub Desktop.
Save JohannesHoppe/3378088 to your computer and use it in GitHub Desktop.
Prevent Visual Studio ALL CAPS Menus!
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