Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I use Visual C++ 2008 in Visual Studio 2008. I frequently use the following command to diff an open file against its most recent checked-in version:

File | Source Control | Compare...

I can also do the same thing by clicking on an icon in the Source Control toolbar.

I'm not certain, but I believe this command is the same for any source control plugin (I happen to use the Perforce plugin.)

I'd like to assign a keyboard shortcut to execute this command but I can't seem to find it listed anywhere in dialog where such assignments are normally made:

Tools | Customize... | Commands

Did I just not see the command in the customize dialog? Is there another method to assign such a keyboard shortcut?

share|improve this question

2 Answers

up vote 2 down vote accepted

Tools -> Options -> Keyboard -> Commands Containing "Compare"

share|improve this answer

Nescio's answer is on the money. Here's a little more info:

  • The shortcut assignment can be made at Tools | Options | Environment | Keyboard
  • The command is called File.Compare
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.