Visual Studio找出分配给热键的命令
我已经安装了一个Visual Studio插件,该插件重新定义了一些热键.对于其中一些,我需要回到Visual Studio的标准热键.我知道在工具"->选项"->环境"->键盘"下,我可以重新定义热键,并且做到了.问题是,现在看来我的热键Ctrl-E,C有两个关联的命令,一个是插件,另一个是标准的.当我按下该组合键时,Visual Studio运行插件命令,而不是标准命令.
I've installed a Visual Studio plugin that redefines some hotkeys. I need to come back to the standard hotkeys of Visual Studio for some of them. I know that under Tools->Options->Environment->Keyboard I can redefine the hotkeys, and I did it. The problem is that now it seems that my hotkey Ctrl-E, C has two command associated, the plugin one and the standard one. When I press that combination visual studio runs the plugin command and not the standard one.
问题是我不知道插件命令名称,因此除非我通过所有命令来查看关联的热键,否则我无法解除它的关联.有没有一种方法可以发现与特定热键相关的命令?
The problem is that I don't know the plugin-command name so I can't dissociate it unless I go through all the command to see the associated hotkeys. Is there a way to discover commands associated to a specific hotkey?
您可以尝试将此快捷方式分配给另一个命令,然后您将收到有关此快捷方式已被[您的命令]使用的信息:
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]: