Possible Duplicate:
Keyboard shortcut to close all tabs but current one in Visual Studio?
What is the shortcut key to select "Close All but this" in visual studio 2010? I want to close all tabs using shortcut key.
Possible Duplicate:
Keyboard shortcut to close all tabs but current one in Visual Studio?
What is the shortcut key to select "Close All but this" in visual studio 2010? I want to close all tabs using shortcut key.
As far as I know there is no hot key for this by default. You can go to:
Tools -> Options -> Environment -> Keyboard
and specify hot key there for File.CloseAllButThis
command.