Xcode 4中如何在选项卡之间快速切换
我在处理项目时打开了许多选项卡。 (Xcode 4 中的新功能)。
但要从一个选项卡切换到另一选项卡,我发现执行此操作的唯一方法是使用鼠标。有没有办法使用键盘快捷键在不同选项卡之间切换?
I have opened many tabs while working on project. (new feature in Xcode 4).
But for switching from one tab to other tab, the only way I've found to do this is to use the mouse. Is there any way to switch between different tabs using keyboard shortcuts?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
快捷键为:
Shortcuts are:
默认快捷键为:
但我更喜欢使用
XCode ->首选项->键绑定
并将其更改为:...因此它们的工作方式与 Chrome 或 Safari 中相同。
The default shortcuts are:
But I prefer going to
XCode -> Preferences -> Key bindings
and changing them to:...so they work the same as in Chrome or Safari.
如果快捷方式不起作用(例如,由于语言原因),您可以定义自定义快捷方式:
XCode ->首选项->键绑定
确保选择“全部”
确保选择
定义“选择上一个选项卡”和“选择下一个选项卡”的快捷方式
我使用了 cmd+pageup 和 cmd+pagedown,没有' t产生任何冲突。
If the shortcuts don't work (because of language, for example), you can define custom shortcut:
XCode -> Preferences -> Key bindings
Make sure that "all" is selected
Define shortcuts for "Select Previous Tab" and "Select Next Tab"
I used cmd+pageup and cmd+pagedown, didn't generate any conflicts.
XCode Windows 菜单选项将其显示为 ⌘+ } 或 ⌘+ { 但我认为这是一个错误,因为⌘+ {/} 用于增加缩进或减少缩进。
正确的顺序是 ⌘+ shift + } 或 {。
XCode Windows menu option shows it as ⌘+ } or ⌘+ { but I think it is a bug since ⌘+ {/} is used for increase indent or decrease indent.
The correct sequence is ⌘+ shift + } or {.
我更喜欢使用 BetterTouchTool 在选项卡之间切换(包括 Chrome、Safari、Finder、Xcode、sublimeText 等)。
BetterTouchTool 是一款免费软件。
只需将
TipTap Left
和TipTap Right
设置为cmd+shift+{
和cmd+shift+}
即可。然后,您可以使用带有 Tiptap 的触控板在点击之间进行切换。
这是我的配置:
希望你会喜欢它。
I perfer using BetterTouchTool to switch between tabs(include Chrome, Safari, Finder, Xcode, sublimeText and so on).
BetterTouchTool is a free software.
Just set
TipTap Left
andTipTap Right
tocmd+shift+{
andcmd+shift+}
.And than, you can use trackpads with tiptap to switch between taps.
Here is my configuration:
Hope you will like it.