xcode 多合一布局:在项目和调试页面之间切换的键盘快捷键?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2210708/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
xcode All-in-one layout: keyboard shortcut to switch between project and debug page?
提问by zadam
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).
当您将 xcode 配置为使用一体式布局时,会出现一个切换开关,允许您在项目和调试“模式”(IDE 调用这些页面)之间进行切换。
Is there a keyboard shortcut to perform the toggle?
是否有执行切换的键盘快捷键?
回答by jfroom
Project: Cmd+ 0(zero)
Build: Cmd+ Shift+ B
Debug: Cmd+ Shift+ Y
项目:Cmd+ 0(零)
编译:Cmd+ Shift+B
调试:Cmd+ Shift+Y
Found this here: http://www.cocoabuilder.com/archive/xcode/252986-keyboard-shortcut-for-next-page-in-all-in-one-layout.html
在这里找到: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
更多快捷键:http: //cocoasamurai.blogspot.com/2008/02/complete-xcode-keyboard-shortcut-list.html
回答by jeckil
I use (discovered) Cmd+ ~
我使用(发现) Cmd+~
using all in one setup
一机多用