The Computer Oracle

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

How can I navigate Facebook with keyboard shortcuts?


In Github you can even see the / shortcut on the search box

Github search box

s or /: Focus the search bar. For more information, see "About searching on GitHub."

Keyboard shortcuts


Same to JIRA:

JIRA shortcut

See Jira - Using Keyboard Shortcuts


Infoplus:

Tip: Use the Forward Slash (/) to Access Quick Search


It also works in Google after searching: Shortcut for Google search box

Google press / to jump to 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.

  1. You press "f," it shows a letter (or two) in front of every field on the page.
  2. 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.

example : in this case you press: f followed by d vimium chrome extension




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

  1. Jump to address bar: Ctrl+L
  2. Input search engine keyword: @<search-engine><Enter>
  3. 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 BeatlesEnter

Amazon: Ctrl+L@AmazonSpace Beatles submarineEnter

DuckDuckGo: Ctrl+L@dTab Beatles memorabiliaEnter

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:

  1. / 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.

  2. 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.