silentorb
silentorb

Reputation: 2592

Keyboard shortcuts for Visual Studio C++ and C#

I'm using Visual Studio 2010 Premium and mostly use it for C#, but recently I've been starting to dust off my C++.

I'm used to the C# 2005 keyboard shortcuts, and that's how I had Visual Studio installed, but whenever I'm editing a C++ file, it reverts to a different keyboard shortcut scheme (where format is Ctrl+K,Ctrl+F).

Is there a way I can configure Visual Studio to use the C# 2005 shortcuts when I'm editing C++ files?

EDIT: Apparently C++ and C# are using the same shortcuts, but this shortcut schema doesn't support "Format Document" for C++. What I was actually seeing in C++ files was "Format Selection". All in all, my question was a little premature.

Upvotes: 1

Views: 2212

Answers (1)

Rashad
Rashad

Reputation: 11197

You can find help MSDN post and also a MSDN post. Also see this Discussion

Hope this helps.. :)

Upvotes: 1

Related Questions