How to register a global hotkey for your application in C#

How to register a global hotkey for your application in C#

Register a hotkey for your application that can be triggered even if your form is minimized and does not have focus. More »

How to download a file in C# (progressbar and download speed)

How to download a file in C# (progressbar and download speed)

Learn how to download files in C# while displaying the percentage and the download speed. More »

UDP hole punching implementation in C#

UDP hole punching implementation in C#

Learn how to implement UDP hole punching so you can make your clients life a lot easier by not forcing them to open ports on their end. More »

 

Disable all caps menus in Microsoft Visual Studio 2012

If you are interested in changing the Visual Studio’s 2012 menu from this

Visual Studio 2012 menu all caps

to this

Visual Studio 2012 menu normal
Follow the instructions below.

How to disable all caps.

  1. Open up regedit. (Start -> Run -> Type regedit)
  2. Navigate to HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0\General.
  3. Add a new DWORD value with the name SuppressUppercaseConversion.
  4. Set its hexadecimal value to 1.

That is all, simply restart Visual Studio and the menu should not be in all caps now.

Share on FacebookTweet about this on TwitterShare on Google+Share on StumbleUponShare on LinkedInShare on RedditPin on PinterestShare on TumblrDigg thisPrint this pageEmail this to someone

3 Responses to Disable all caps menus in Microsoft Visual Studio 2012

  1. Gerulf Tapio says:

    This is exactly what I was looking for, thanks

  2. Aleksey says:

    i was looking for something like this. I dont like the all caps menu to be honest

  3. Þórleikr Jedidah says:

    fantastic post ! Thank you

Leave a Reply

Your email address will not be published. Required fields are marked *