Shortcut to go to the search result panel in VSCode

I use VSCode in Mac system.

I know that we could use command+shift+F to search a word in a project. Is there a quick shortcut to go to the search result panel so that we could navigate through the results by up and down?


I found it. After searching by command+shift+F, typing command+downarrow sets the focus on the first element found. Then we could use up arrow and down arrow to navigate.

enter image description here


Key Bindings for Visual Studio Code says that F4 and ShiftF4 can be used to focus inside the search results:


enter image description here