What is the way to quick-switch between tabs in Xcode 4

前端 未结 5 1970
花落未央
花落未央 2020-12-23 15:58

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 us

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-23 16:18

    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.

提交回复
热议问题