Julius
Julius

Reputation: 41

Visual Studio 2008 - Team Explorer - Keyboard shortcut

Is there a keyboard shortcut to switch to Team Explorer? For example, to switch to Solution Explorer it's CTRL + ALT + L. But I cannot find one for Team Explorer.

Upvotes: 4

Views: 829

Answers (1)

JaredPar
JaredPar

Reputation: 754665

Yes it is CTRL + \ , CTRL + M

In the future if you need to find out what the keyboard shortcut is for a given item, the easiest way is to do the following

  • Open Tools -> Options -> Environment -> Keyboard
  • Type in the component name to "Show Commands Containing"
  • Click on the appropriate command it it's shortcut, if present, will show in the shortcut menu.

After typing in "TeamExplorer" to 2010 Beta2, it show up only 4 commands, one of which is View.TeamExplorer.

Upvotes: 7

Related Questions