Is your feature request related to a problem? Please describe.
I find the built-in search being slower and harder to use, often finding myself having to wait, type more of the search term, and use the arrow keys to get to where I want sometimes way more than the default Windows Search with Web search disabled.
Describe the solution you'd like
When opening the Open-Shell, pressing any character key (letters, numbers, etc.) will make invisible the Open-Shell menu (not hidden to retain focus) and instead brings up the Windows Search window, passing that character as an argument if possible.
Area of issue
Start menu
Alternatives you've considered
An alternative way to do this when pressing a character is to make the Open-Shell menu invisible (not hidden) to retain focus, invoke "Win+S", and then invoking a key press to type that first character when the Windows Search window is focused. This sounds like something AutoHotKey would be able to do, but might be helpful built-in if it's not too difficult.
Additional context
Testing ways to do bring up the Windows Search window, using explorer ms-search: in Command Prompt (similar to open Settings with explorer ms-settings:) didn't work. Task Manager shows this running as "SearchApp.exe" in the background, located in "C:\Windows\SystemApps\Microsoft.Windows.Search_cw5n1h2txyewy", but you can't directly execute it since it's based on UWP.
Edit: During experiments with AutoHotKey scripts, I've found that the Open-Shell menu closes when the Windows Search opens, and opens again when you hit Windows key therefore I crossed out likely unnecessary parts above.
Is your feature request related to a problem? Please describe.
I find the built-in search being slower and harder to use, often finding myself having to wait, type more of the search term, and use the arrow keys to get to where I want sometimes way more than the default Windows Search with Web search disabled.
Describe the solution you'd like
When opening the Open-Shell, pressing any character key (letters, numbers, etc.)
will make invisible the Open-Shell menu (not hidden to retain focus) and insteadbrings up the Windows Search window, passing that character as an argument if possible.Area of issue
Start menu
Alternatives you've considered
An alternative way to do this when pressing a character is to
make the Open-Shell menu invisible (not hidden) to retain focus,invoke "Win+S", and then invoking a key press to type that first character when the Windows Search window is focused. This sounds like something AutoHotKey would be able to do, but might be helpful built-in if it's not too difficult.Additional context
Testing ways to do bring up the Windows Search window, using
explorer ms-search:in Command Prompt (similar to open Settings withexplorer ms-settings:) didn't work. Task Manager shows this running as "SearchApp.exe" in the background, located in "C:\Windows\SystemApps\Microsoft.Windows.Search_cw5n1h2txyewy", but you can't directly execute it since it's based on UWP.Edit: During experiments with AutoHotKey scripts, I've found that the Open-Shell menu closes when the Windows Search opens, and opens again when you hit Windows key therefore I crossed out likely unnecessary parts above.