Visual Studio find out what command is assigned to an hotkey

不想你离开。 提交于 2019-12-05 01:14:55

You can try to assign this shortcut to another command and then you will receive info that this shortuct is already used by [your command]:

The Keyboard Shortcut Extension can help. It produces a text file with a block of entries listing all your current shortcuts like this: <command shortcut="Ctrl+M, Ctrl+E" name="Edit.ExpandCurrentRegion" /> You can search for the code.

Keyboard Shortcut Explorer

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!