views:

220

answers:

3

I just reinstalled vs2008 and accidentally selected Web Developer instead of C# Developer the first time it ran and now all my key bindings that I was used to are wrong. How do I change it to C# Developer?

I tried devenv /resetsettings, but it only reset my fonts and other settings.

+8  A: 

Tools->Import And Export Settings->Reset All Settings

This will give you an option to select a different setup (i.e. C# developer).

Chris
A: 

Have you tried to set the "additional keyboard mapping scheme" to Visual C# under Options -> Environment -> Keyboard?

friederbluemle
Okay sorry, just found out that this setting really just affects the "additional" keyboard settings.
friederbluemle
+1 not because the answer ... just thought the downvote was harsh!!
Daniel Elliott
Thanks Daniel :)
friederbluemle
A: 

Quite easy:

Tools > Customize... > Keyboard

Then change for one of the specified presets.

Paulo Santos