Where is the basic Control-TAB (MRU) behavior in Xcode?

后端 未结 3 644
遥遥无期
遥遥无期 2020-12-19 01:40

In most multi-document editors for windowing environments, Control-TAB will utilize an MRU list to bring the user back to the last visible file. What

3条回答
  •  轮回少年
    2020-12-19 02:11

    In Xcode 3 (or any Mac application) you can use Command-Tilde (⌘~) to switch between open windows.

    In Xcode 4 you use ⌘} for next tab and ⌘{ for previous tab - command shift bracket.

    As a side note, for some reason Xcode 4 won't let me set the key binding for previous/next tab to the standard Control-Tab. When I try it puts in Command-Control-Tab.

提交回复
热议问题