Navigate Between Projects in Xcode 4.0

前端 未结 6 630
忘掉有多难
忘掉有多难 2020-12-29 07:27

I\'m finally starting to get over my initial frustrations with Xcode 4.0 (why on earth did they think changing all of the keyboard shortcuts was a good idea).

Howeve

相关标签:
6条回答
  • 2020-12-29 07:46

    Xcode 8.3.3 - German Keyboard

    Cmd + Shift + <

    Update:

    In fact there is a keybinding in Xcode that overides the system wide shortcut to switch between windows on german keyboards. The keybinding is Cmd + < for Scheme > Edit Scheme.

    When this shortcut is changed or removed, then the usual shortcuts to cycle through the open windows of an application will work as expected (i.e. Cmd + < cycle forward, Cmd + Shift + < cycle backward).

    0 讨论(0)
  • 2020-12-29 07:49

    This works for me:

    Cmd + Shift + ´

    0 讨论(0)
  • 2020-12-29 07:51

    Command + tilde("~") keys. Can be very useful when you have limited screen space.

    0 讨论(0)
  • 2020-12-29 07:57

    To switch use following Keyboard shortcut Cmd + `

    0 讨论(0)
  • 2020-12-29 08:02
    • Xcode 4.6 Italian Keyboard

      Cmd + Shift + `

    0 讨论(0)
  • 2020-12-29 08:11

    Furthermore, XCode windows must not be "maximized" (the icon with two arrows up on the right), otherwise the key shortcut has no effect.

    0 讨论(0)
提交回复
热议问题