如何让 Visual Studio 使用热键运行此文件?
我想在 Visual Studio 中编辑 SOMEFILE.cpp。我想按一些热键(比如说控制shift P)来执行somecommand arg arg2 SOMEFILE.cpp
。我怎样才能做到这一点?
I want to edit SOMEFILE.cpp in Visual Studio. I'd like to press some hotkey (lets say control shift P) to execute somecommand arg arg2 SOMEFILE.cpp
. How do I make that happen?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
转到
工具
菜单并选择选项...
以打开选项
对话框。然后在环境
下,查看键盘
设置。您可以在此处为命令分配快捷键。Go to the
Tools
menu and selectOptions...
to open theOptions
dialog. Then underEnvironment
, look at theKeyboard
settings. You can assign shortcut keys to commands here.