xcode All-in-one layout: keyboard shortcut to switch between project and debug page?

天涯浪子 提交于 2019-12-20 10:10:35

问题


When you configure xcode to use the All-in-one layout, a toggle appears to allow you to switch between project and debug 'mode' (the IDE calls these pages).

Is there a keyboard shortcut to perform the toggle?


回答1:


  • Project: Cmd + 0 (zero)

  • Build: Cmd + Shift + B

  • Debug: Cmd + Shift + Y

Found this here: http://www.cocoabuilder.com/archive/xcode/252986-keyboard-shortcut-for-next-page-in-all-in-one-layout.html

More shortcuts: http://cocoasamurai.blogspot.com/2008/02/complete-xcode-keyboard-shortcut-list.html




回答2:


I use (discovered) Cmd + ~

using all in one setup



来源:https://stackoverflow.com/questions/2210708/xcode-all-in-one-layout-keyboard-shortcut-to-switch-between-project-and-debug-p

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!