VS 2010:如何获得“下一个标签",“上一个标签"键盘快捷键有效吗? [英] VS 2010: How do I get "next tab", "prev tab" keyboard shortcut working?

查看:190
本文介绍了VS 2010:如何获得“下一个标签",“上一个标签"键盘快捷键有效吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在Visual Studios 2010中使用下一个标签",上一个标签"键盘快捷方式?

(有关所需功能的更精确描述,请参见firefox/chrome/etc以及它们如何执行"ctrl-pgdn"和"ctrl-pgup"键盘快捷键).

(For a more precise description of the functionality I need please see the firefox/chrome/etc and how they do their "ctrl-pgdn" and "ctrl-pgup" keyboard shortcuts).

这应该非常容易...但是我似乎无法弄清楚.

This should be extrememly easy... and yet I can't seem to figure it out.

注意:

我确实知道有一个类似的"ctrl-tab" ...但是它只能滚动显示不同的最近使用过的列表".我不在乎最近使用的列表".我只想转到右/左选项卡.

I do know that there is a "ctrl-tab" that is similar... but it only scrolls through the "most recently used list" which is different. I don't care about "the most recently used list". I just want to go to the right/left tab.

推荐答案

您应该映射Window.NextDocumentWellTab而不是View.NextTab,并将其从分配给它的任何其他功能中删除.仅映射它是行不通的,显然,您还需要从使用它的其他任何对象上取消映射.

You should map the Window.NextDocumentWellTab and not View.NextTab and remove it from any other functions its assigned to. Only mapping it will not work, you also need to unmap from anything else its being used on, apparently.

这是我的键盘配置:

This is what my keyboard configuration looks like:

仔细研究了一下,然后您需要安装生产力工具.这样就可以得到NextDocumentWellTab函数.

Looked into this some more, and it turns you need to install the Productivity Tools. That gives you that NextDocumentWellTab function.

这篇关于VS 2010:如何获得“下一个标签",“上一个标签"键盘快捷键有效吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆