Method to view assigned shortcuts for visual studio with a given prefix
Is there an easy way to see the assigned shortcuts with a given prefix? Something similar to emacs Ctrl+ M, Ctrl+ H. I can do it like this, but I hope there is a simpler solution:
- Tools -> Settings -> Keyboard
- Under "Press the shorcut keys" press the prefix (say Ctrl+ M)
- The "Shortcut currently in use" list contains a list of assigned shortcuts with a given prefix
0
a source to share
1 answer
Wintellect has a macro that will list all the Visual Studio shortcuts . Run this and you can do whatever analysis you like on the output.
+1
a source to share