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

前端 未结 5 1985
花落未央
花落未央 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:19

    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.

提交回复
热议问题