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

前端 未结 5 858
轻奢々
轻奢々 2021-01-17 22:33

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 w

5条回答
  •  春和景丽
    2021-01-17 22:54

    Another option is to record a no-op macro and assign it to Ctrl-M, Esc. It will say running macro at the bottom quickly and go away.

提交回复
热议问题