135

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.

Ajedi32
  • 36,408
  • 19
  • 117
  • 155
talsibony
  • 7,378
  • 5
  • 42
  • 41
  • Seems to work consistently for me. – Alexander O'Mara Feb 22 '15 at 21:26
  • is the first tab click bring you to the first results with little arrow on the right of the results? – talsibony Feb 23 '15 at 07:18
  • Yes, pressing tab brings the arrow the the left of the first result. – Alexander O'Mara Feb 23 '15 at 14:22
  • 4
    This is broken again since 2 weeks ago 1/Jun/2017. Tried enabling instant search and tried changing to English and nothing works. Broken on firefox + chrome, windows + linux :( – ihadanny Jun 18 '17 at 11:57
  • @ihadanny I am using chrome 58.0.3029.110 on MAC OS and it works fine to me, I had issue also few days ago and I change my search settings one again and it working now, I am not sure they might have some expiration to your search preferences, try to change , save ,change again, and save. – talsibony Jun 20 '17 at 13:09
  • tried Version 58.0.3029.110 (64-bit) on Windows Server 2012 R2, reset my search preferences, saved and nothing works :( I don't get it - how come they switch off such a useful feature and no one notices??? – ihadanny Jun 20 '17 at 15:12
  • its working again! Nothing changed on my side but suddenly its working. probably something related with the "co.il" version of google search, as I noticed that the new annoying "make this your homepage?" dialog is also gone. – ihadanny Jun 25 '17 at 06:22
  • 1
    To me it always seemed tied to Instant Results, and Google has announced it is removing Instant Results. I have been unable to make this work afterwards. – dvj Jul 26 '17 at 17:52
  • 2
    So the shortcuts are no longer available? It stopped working for me day or so ago and I'm looking for the solution. – mancze Jul 27 '17 at 06:57
  • I'm voting to close this question as off-topic because it's asking for help with a website and is not a programming question. – Andy E Aug 25 '17 at 12:16

5 Answers5

135

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!

infokiller
  • 2,836
  • 1
  • 18
  • 26
38

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

talsibony
  • 7,378
  • 5
  • 42
  • 41
  • 18
    For me, I had to enable instant result ! – Snook Mar 18 '15 at 06:41
  • It works for me also if I disable the instant result, once I change it to hebrew again this feature is gone, so it must be related to the language settings... – talsibony Mar 18 '15 at 11:14
  • Looks like the changes I made was not took affect to check your comment immediately and I find out that you are right so I changed the answer, thank your for pointing it out!, so it seems like it depends on the language and instant results configuration. – talsibony Apr 02 '15 at 06:19
  • For me, it sometimes doesn't work when I'm logged into a Google account. – Neps Apr 09 '15 at 01:33
  • 2
    "instant results need to be enabled" did it for me. Thanks! – Peter Gfader May 15 '15 at 07:39
  • 1
    *Instant Results*. Yeah finally! But this sucks. I hate instant results. – LWZ Jul 13 '15 at 15:41
  • enabling _Instant Results_ did it for me as well! – Johnny Oshika Aug 31 '15 at 21:43
  • I had to switch language from French to English as well, using the link provided in this answer (section "Languages"). – Niavlys Jun 23 '17 at 14:43
  • 1
    Instant results no longer exists, so this solution no longer works. – Christian Ravn Jul 31 '17 at 08:20
  • @ChristianRavn Its seems that you are right Google disable this feature and I cant navigate search results, hope they will fix it – talsibony Jul 31 '17 at 11:03
  • @talsibony Unfortunately I think it is gone for good, since Google is focusing heavily on mobile interaction. We can always hope though and I'll post a new comment if I find a way to do it :). Until then you should probably edit the answer and say that the method suggested no longer works. – Christian Ravn Jul 31 '17 at 11:20
  • 4
    Yea,but it look like the navigation feature was dropped by mistake, it was not supposed to be related to instant search from first place. – talsibony Jul 31 '17 at 11:46
  • 2
    @ChristianRavn Edited my answer, and posted question in google search forum, I dont know if it will get to someone there by worth tying.. – talsibony Jul 31 '17 at 15:36
6

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 :-)

Dave Mateer
  • 6,166
  • 15
  • 69
  • 107
2

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

vhe
  • 23
  • 4
vhe
  • 21
  • 1
0

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

Alistair Colling
  • 1,113
  • 1
  • 11
  • 26
  • 1
    I checked and also down arrow key is working, but still you must have Google Instant predictions enabled. – talsibony Sep 08 '16 at 06:40