Is there a common browser shortcut for jumping to a website’s search bar?
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
s or /: Focus the search bar. For more information, see "About searching on GitHub."
Keyboard shortcuts
Same to JIRA:
See Jira - Using Keyboard Shortcuts
/ is also the shortcut for "quick find" in Firefox
This key probably comes from several Unix command line tools (lile less
or vi
) where /
is the search feature
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.
example : in this case you press: f followed by d
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.