How to close all Tool Windows In VS2008 with single key shortcut?

keyboard-shortcuts, visual-studio

Solution

Tools->Options->Keyboard->Assign key for `Window.AutoHideAll` command.

With Shift + Esc you can close active toolbox.

Problem

I am looking for to bind or use an existing shortcut to close all visible tool windows in VS2008. There was an add-in for VS2005 to do this, but it doesn't seem to work in VS2008.

Original source