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 13
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."
/
move cursor to search box
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 8
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 1
This userscript adds a slash keypress event listener for google search pages.
You can use it with Tampermonkey in most modern browsers.