How do you stop Visual Studio from waiting for the second part of a shortcut-combination?

visual-studio, visual-studio-2010

Solution

Press Escape. Usually it is not tied as a second keystroke.

Problem

If I press a shortcut combination (such as Ctrl+M) – VS waits for the second one. What if I want to cancel it? (e.g. if I mistakenly press the wrong letter and am not sure which one.) It just waits, with the "(Ctrl+M) was pressed. Waiting for a second key of chord..." in the bottom of the screen. How do I cancel it?

Original source