Zend certified PHP/Magento developer

Focus on code after CTRL+F (Find) in Visual Studio 2022

Is there a shortcut in Visual studio 2022, after searching a term with CTRL+F, to set back focus to the code WITHOUT loosing the search? I do this to keep editing while the found tokens are highlighted.
You can of course click on the code with the mouse but I’d like to be able to do this with the keyboard.

I found a similar question here: Visual Studio: set focus to text editor but none of the proposed answers worked for me. The Window.ActivateDocumentWindow just wont do anything.

In Visual Studio 2019 I was just using CTRL+Tab two time (the first time would switch to another tab) but now it will automatically focus the search box again!