views:

395

answers:

2

Would love to have a keyboard shortcut that get's the latest for a solution I am working on inside Visual Studio 2008 from source control.

Can't find one in the documents anywhere!

In addition would be good if I could get other source control shortcuts for checking in pending changes.

+1  A: 

You can add your own... tools -> options -> environment -> keyboard

Look in particular for:

  • File.GetLatestVersion
  • File.GetLatestSolutionFiles
  • File.CheckIn

and add a new shortcut at the bottom

Marc Gravell
Great, never knew about that very useful screen! Thanks.
Campbell
+1  A: 

I have a Visual Studio macro that will enumerate all active keyboard shortcuts to a nicely formatted HTML page, here:

http://www.codinghorror.com/blog/archives/000412.html

But as Marc pointed out, you might have to add your own .. not sure these things you want are actually bound by default to anything.

Jeff Atwood
dude that is sweet. well done sir.
qntmfred