@shnx said in [Request] Press Tab to Search:
And it seems that I need to search for each and every site's "Query URL" to make it work.
I'm not sure why Youtube was not by default in the list but the search query URL is easy to find:
you go to the website you want to add, and search a one-word query (so no spaces) in its search bar.
Then copy the link from address bar, and in the link, replace all occurrences of the word you searched with %s
So for youtube, I searched "faded" in youtube
and got this address:
https://www.youtube.com/results?search_query=faded
I then replaced "faded" with "%s"
https://www.youtube.com/results?search_query=%s
And I add this in field of Query URL
Also for keyboard shortcut, I prefer writing the site name, so in this case, "youtube.com" so that overtime the omnibox suggests autocompletion, in which case I can type first few letters, until the suggestion appears, then I press tab only once, it automatically gives the search engine for that site