Is there a common browser shortcut for jumping to a website’s search bar?
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Game Looping
--
Chapters
00:00 Is There A Common Browser Shortcut For Jumping To A Website’S Search Bar?
00:34 Accepted Answer Score 11
01:52 Answer 2 Score 7
02:27 Answer 3 Score 2
02:55 Answer 4 Score 2
04:19 Answer 5 Score 1
04:35 Thank you
--
Full question
https://superuser.com/questions/1461734/...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#googlechrome #firefox #keyboardshortcuts #browser #search
#avk47
ACCEPTED ANSWER
Score 11
Not in every situation but / (slash) works on a lot of websites like Google pages (Youtube, Gmail, Drive, Photos...), Facebook, Twitter... and brings you to that page's search box
/ - Search
In Github you can even see the / shortcut on the search box
s or /: Focus the search bar. For more information, see "About searching on GitHub."
Same to JIRA:
See Jira - Using Keyboard Shortcuts
Tip: Use the Forward Slash (/) to Access Quick Search
It also works in Google after searching: Shortcut for Google search box
/ is also the shortcut for "quick find" in Firefox.
If you want to do the same in Chrome you'll need SlashSearch
This key probably comes from several Unix command line tools (lile less
or vi
) where /
is the search feature
ANSWER 2
Score 7
Since you are using chrome, the closest thing I can think of is using an extension called vimium.
- You press "f," it shows a letter (or two) in front of every field on the page.
- You press that letter, and it simulates a click.
This way can achieve the desired outcome of using a shortcut to jump to the search bar, but this shortcut changes from page to page.
ANSWER 3
Score 2
If you're using Firefox, you could go to about:config
and configure accessibility:tabfocus
to 1.
See here for more details: http://kb.mozillazine.org/Accessibility.tabfocus
This will force the Tab key to give focus to text fields only so most of the time, just once or few presses of the Tab key directs it to the search bar and other text fields.
ANSWER 4
Score 2
Firefox
- Jump to address bar: Ctrl+L
- Input search engine keyword: @<search-engine><Enter>
- Input search query
Tip: Firefox has auto-completion after inputting @ symbol. A relative drop-down menu appears below the address bar that shows your choices.
Search Settings
Add, change, or remove search engines and keywords: about:preferences#search
Examples
Default Search Engine: Ctrl+L@TAB the Beatles
Enter
Amazon: Ctrl+L@AmazonSpace Beatles submarine
Enter
DuckDuckGo: Ctrl+L@dTab Beatles memorabilia
Enter
Pros & Cons
Pros
- This will work for any search engine that can be added into Firefox in preferences.
- Defaults come with Firefox: Amazon, Google, Bing, eBay, DuckDuckGo, Wikipedia
Cons
- This doesn't work with websites outside of what you can add-on in Firefox's preferences.
You can workaround this con through:
/ or Ctrl+F search features by searching for a keyword on the webpage that sits adjacent to the search bar then Tabbing over. Use ShiftTab to tab backwards.
Use Google's
site
operator in search bar to search a given domain.site:github.com avr assembly
ANSWER 5
Score 1
This userscript adds a slash keypress event listener for google search pages.
You can use it with Tampermonkey in most modern browsers.