Tom Juergens
Tom Juergens

Reputation: 4592

Where does VS2010 store modified keyboard shortcuts?

I have this strange behaviour in VS2010 where any modifications I make to keyboard shortcuts or the text for top-level menu items (File, Edit, View, ...) are reset to their default values the next time I restart VS. I suspect that one or more of the add-ins I've installed could be the culprit. So far though, I have had no success in stopping this very annoying behaviour, so I'm desperate for any tips.

VS 2010 Professional RTM

Add-Ins that might be responsible:

Any ideas?

Upvotes: 4

Views: 999

Answers (2)

Tom Juergens
Tom Juergens

Reputation: 4592

While Cory's answer was strictly correct as to my question title (which is why I've marked it as the accepted answer), it didn't help me find the cause of the problem I described.

In the meantime, though, I've installed VS on a fresh system and then added the extras one by one - and discovered that it was Red Gate .Net Reflector add-in which was causing the erratic behaviour. Since I only rarely used the add-in and Reflector can easily be run stand-alone, I solved my problem by removing the add-in.

Upvotes: 2

Cᴏʀʏ
Cᴏʀʏ

Reputation: 107498

From MSDN:

Several pre-defined keyboard shortcut collections are included in Visual Studio. You can change the keyboard shortcuts for most commands, and your changes are automatically saved in your active settings file.

I'm not sure where that is in 2010, but in 2008 it was something like <path to your profile>\My Documents\Visual Studio 2008\Settings\CurrentSettings.vssettings.

Upvotes: 3

Related Questions