Xcode 4中如何在选项卡之间快速切换

发布于 2024-11-17 16:30:12 字数 108 浏览 4 评论 0原文

我在处理项目时打开了许多选项卡。 (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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

江南烟雨〆相思醉 2024-11-24 16:30:12

快捷键为:

  • CMD + SHIFT + } - 选择下一个选项卡
  • CMD + SHIFT + { - 选择上一个选项卡

Shortcuts are:

  • CMD + SHIFT + } - Select Next tab
  • CMD + SHIFT + { - Select Previous tab
明天过后 2024-11-24 16:30:12

默认快捷键为:

  • + SHIFT + { - 选择下一个选项卡
  • + SHIFT + } - 选择上一个选项卡,

但我更喜欢使用 XCode ->首选项->键绑定并将其更改为:

  • CTRL + TAB - 选择下一个选项卡
  • CTRL + SHIFT + TAB - 选择上一个选项卡

...因此它们的工作方式与 Chrome 或 Safari 中相同。

The default shortcuts are:

  • + SHIFT + { - Select Next Tab
  • + SHIFT + } - Select Previous Tab

But I prefer going to XCode -> Preferences -> Key bindings and changing them to:

  • CTRL + TAB - Select Next Tab
  • CTRL + SHIFT + TAB - Select Previous Tab

...so they work the same as in Chrome or Safari.

暮凉 2024-11-24 16:30:12

如果快捷方式不起作用(例如,由于语言原因),您可以定义自定义快捷方式:

  • XCode ->首选项->键绑定

  • 确保选择“全部”

    确保选择

  • 定义“选择上一个选项卡”和“选择下一个选项卡”的快捷方式

我使用了 cmd+pageupcmd+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.

烟若柳尘 2024-11-24 16:30:12

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 {.

零時差 2024-11-24 16:30:12

我更喜欢使用 BetterTouchTool 在选项卡之间切换(包括 Chrome、Safari、Finder、Xcode、sublimeText 等)。

BetterTouchTool 是一款免费软件。

只需将 TipTap LeftTipTap 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 and TipTap Right to cmd+shift+{ and cmd+shift+}.

And than, you can use trackpads with tiptap to switch between taps.

Here is my configuration:

Hope you will like it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文