是否可以禁用“shift”空格键? SQL Server Management Studio 2008 中的快捷方式?
当我在“编辑前 200 行”选项卡中编辑数据时,我在输入大写数据时经常按“shift+空格”,这会将我踢出编辑模式。这非常烦人,并且使我的打字速度降低到正常速度的 10% 左右。有什么方法可以在 SQL Server Management Studio 2008 中禁用此快捷方式吗?
When I am editting data in the "edit top 200 rows" tab, I frequently press 'shift+space' as I am entering capitalized data, which kicks me out of edit mode. This is extremely annoying, and reduces my typing speed to around ~10% of normal. Is there any way to disable this shortcut in SQL Server Management Studio 2008?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有。大约两年前,这个错误被关闭为“无法修复”(我猜没有足够的人关心 - 只有一个人投票支持我):
http://connect.microsoft.com/SQL/feedback/ViewFeedback.aspx?FeedbackID=473303
当然我的建议是使用 UPDATE 语句而不是古怪的 Edit Top n 网格,它还有其他几个除了这个问题之外还有其他问题。
Nope. This bug was closed as "won't fix" about two years ago (not enough people cared, I guess - only one person voted aside from me):
http://connect.microsoft.com/SQL/feedback/ViewFeedback.aspx?FeedbackID=473303
Of course my suggestion is to use UPDATE statements rather than the quirky Edit Top n grid, which has several other problems in addition to this one.