How to disable all caps menu titles in Visual Studio

后端 未结 11 1253
半阙折子戏
半阙折子戏 2020-12-04 04:12

I assume the title is self explanatory. Just want to change the look of the Visual Studio 2012 not to show menu title in all capital letters.

11条回答
  •  天命终不由人
    2020-12-04 05:03

    And for

    Visual Studio Express 2012 for Windows Desktop

    HKEY_CURRENT_USER\Software\Microsoft\WDExpress\11.0\General
    DWORD: SuppressUppercaseConversion
    Value: 1
    

    I guess the reason MS omitted any mention of Visual Studio from the keyname is that such a mention might help someone identify the key :)

提交回复
热议问题