VS 2010 开火快捷键 关闭除此之外的所有内容
Visual Studio 2010 中选择“关闭除此之外的所有内容”的快捷键是什么? 我想使用快捷键关闭所有选项卡。
Possible Duplicate:
Keyboard shortcut to close all tabs but current one in Visual Studio?
What is the shortcut key to select "Close All but this" in visual studio 2010?
I want to close all tabs using shortcut key.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,默认情况下没有热键。您可以转到:
并为
File.CloseAllButThis
命令指定热键。As far as I know there is no hot key for this by default. You can go to:
and specify hot key there for
File.CloseAllButThis
command.