用于关闭 SQL Server Management Studio 中选项卡的键盘快捷键?
SQL Server Management Studio 2008 中是否有用于关闭选项卡的键盘快捷键?就像 Firefox 中的 Alt-W 一样。
Is there a keyboard shortcut to close a tab in SQL Server Management Studio 2008? like Alt-W in Firefox.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
快捷键 Ctrl+F4 应该可以使用。
The shortcut Ctrl+F4 should work.
您也可以将其更改为 Ctrl + w:
我知道这已经过时了,但如果您愿意, 选项|环境 |键盘
搜索
Edit.SelectCurrentWord
并将其更改为其他内容(例如Ctrl + B
)。搜索
Window.CloseDocumentWindow
。添加 CTRL+W 作为全局快捷键(归功于 https://gist.github.com/jpoehls /2030795)
I know this is old, but you can also change it to Ctrl + w if you want:
In Tools | Options | Environment | Keyboard
Search for
Edit.SelectCurrentWord
and change it to something else (LikeCtrl + B
).Search for
Window.CloseDocumentWindow
. Add CTRL+W as a Global shortcut(Credits to https://gist.github.com/jpoehls/2030795)
@Lance,谢谢你的回答。它有效,而且让生活更轻松。
此外,在执行Alt-F、C之后,如果显示“保存”,您还可以按N更改的确认对话框。
@Lance, thanks for you answer. It works, and it makes life easier.
In addition, after doing Alt-F,C you can also press N if it shows you a 'save changes' confirmation dialog.