Navigating Google search results using keyboard shortcuts

Google ChromeGoogle Search

Google Chrome Problem Overview


Some will think this is not related to programming but I think it is, because most of the time when I encounter programming issues I search on Google to find solutions or ways to do what I plan to do before I start writing it from scratch. Let's face it, we all copy pasters...

I don't like to remove my hands from the keyboard. Google had a feature after you submit a query and press Tab it will start navigating within the search results. Most likely because they had a tabindex attribute which was was removed.

Does anyone know why sometimes this works and sometimes it doesn't? I'm starting to think I should create a Chrome app that will add the tab index to the results, but I don't want to do it before I am 100% sure this feature was removed.

Google Chrome Solutions


Solution 1 - Google Chrome

As of 2017-07-31, Google removed this feature entirely from search.

I created the open source Web Search Navigator extension to fix this and add extra features (like configurable keyboard shortcuts).

See installation instructions.

Hope you find it useful, but in any case - feedback is welcome!

Solution 2 - Google Chrome

Finally I manage to figure it out!!! if you are using google search settings in Hebrew this awesome feature is not available, so I changed the search settings to english and it works great!

https://www.google.com/preferences


small update thanks @Sanook it looks like the instant results also need to be enabled, I checked it several times and seems that lang should be defined as English and instant results need to be enabled.


2017-07-31 update

It looks like now google abandoned the instant results feature which is causing the whole search navigation via keyboard to be unsupported. I posted in their forum and hope it will comeback sometime... search-forum

Solution 3 - Google Chrome

https://chrome.google.com/webstore/detail/google-search-keyboard-sh/iobmefdldoplhmonnnkchglfdeepnfhd/reviews

Chrome plugin which emulates what Google Instant results used to do. TABing between results is back :-)

Solution 4 - Google Chrome

There is also a Chrome Extension called RESULTER, which does not solve the exact problem described in the question, but provides good search results navigation anyway.

You can download it from Web Store: https://chrome.google.com/webstore/detail/resulter-shortcuts-for-se/chojfhfgbdaeokblbdeahgbijodikdpk

Official website: https://getresulter.com

Solution 5 - Google Chrome

The down arrow works for me. Pressing the down arrow once moves focus to the first result then again will continue through the results.

Tab will gradually cycle through items on the page: Google logo, search box, menu items then eventually to the search results.

Chrome Version 51.0.2704.103 (64-bit) OSX 10.5.5 Macbook Pro

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestiontalsibonyView Question on Stackoverflow
Solution 1 - Google ChromeinfokillerView Answer on Stackoverflow
Solution 2 - Google ChrometalsibonyView Answer on Stackoverflow
Solution 3 - Google ChromeDave MateerView Answer on Stackoverflow
Solution 4 - Google ChromevheView Answer on Stackoverflow
Solution 5 - Google ChromeAlistair CollingView Answer on Stackoverflow