views:

55

answers:

1

Is there a simple way to see assigned shortcuts with given prefix? Something similar to emacs CTRL+M, CTRL+H. I can do it in following way, but hope, that there is more simple solution:

  • Tools -> Customize -> Keyboard
  • In "Press shorcut keys" press given prefix (say CTRL+M)
  • In "Shortcut currently used by" combo-box there is a list of assigned shortcuts with given prefix
+1  A: 

Wintellect has a macro that will list all Visual Studio shortcuts. Run that and you can do any analysis on the output you like.

Tom Ritter
Thank you! Macro may be polished to insert required filtering, but main idea is clear.
Konstantin