Visual Studio Keybind Equivalent to Control + Shift + P on VSCode in order to focus the "Search Everywhere Textbox"

Viewed 581

I'm trying to find the keybind to pass focus into the global-search textbox but to no avail:

Global Searchbox

Isn't there a keybind for VisualStudio like 'Ctrl + Shift + P' from VSCode? Do I miss something?

1 Answers

Try Ctrl+Q.

In my Visual Studio it even says so in the box, but maybe that's only with the language set to German for some reason:

screenshot

The feature is called "Quick Launch", so the function used for this keyboard is called Window.QuickLaunch.

Related