Xcode 中显示/隐藏导航器、调试和实用程序的快捷方式是什么?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/32621911/
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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 07:49:52  来源:igfitidea点击:

What are the shortcuts in Xcode to show/hide Navigator, Debug, and Utilities?

xcodekeyboard-shortcuts

提问by Suragch

Xcode has these buttons to show or hide the Navigator, Debug area, and Utilities:

Xcode 有这些按钮来显示或隐藏导航器、调试区域和实用程序:

enter image description here

在此处输入图片说明

What are the keyboard shortcuts to do the same?

执行相同操作的键盘快捷键是什么?

回答by Suragch

In order to show or hide the Navigator, Debug area, and Utilities, use the following shortcuts.

要显示或隐藏导航器、调试区域和实用程序,请使用以下快捷方式。

  • Navigator: Command+0
  • Debug area: Shift+Command+Y
  • Utilities: CommandOption+0
  • 导航器:Command+0
  • 调试区:Shift+ Command+Y
  • 实用程序:CommandOption+0

(Those are zeros, not the letter O.)

(这些是零,而不是字母 O。)

Here is an image from this article(which itself was adapted from this blog post):

这是这篇文章中的一张图片(它本身改编自这篇博文):

enter image description here

在此处输入图片说明

Useful links about Xcode shortcuts:

有关 Xcode 快捷方式的有用链接: