🚀

【Xcode ショートカットキー】command +「数字」で左から選択【ショートカットキー】

2023/05/17に公開

以下のXcodeの画像を見ると

左から

「Show the Project navigator」
「Show the Source Control navigator」
「Show the Symbol navigator」
「Show the Find navigator」
「Show the Issue navigator」
「Show the Test navigator」
「Show the Debug navigator」
「Show the Breakpoint navigator」
「Show the Report navigator」

が並んでいると思います。

Xcodeを触り慣れていない初心者の方は
カーソルをわざわざ移動させて
「特定のnavigator」を選択しているかなと思います。

しかし、それでは非効率なので
command +「数字」で選択しましょう。

command + 1 →「Show the Project navigator」
command + 2 →「Show the Source Control navigator」
command + 3 →「Show the Symbol navigator」
command + 4 →「Show the Find navigator」
command + 5 →「Show the Issue navigator」
command + 6 →「Show the Test navigator」
command + 7 →「Show the Debug navigator」
command + 8 →「Show the Breakpoint navigator」
command + 9 →「Show the Report navigator」

ちなみに、「command + 0」だと以下の画像が

以下の画像のように閉じます。

Discussion