up vote 0 down vote favorite
share [g+] share [fb]

I want to avoid using my mouse to click the button "I'm feeling lucky"

like how you press enter to get your search results

link|improve this question
feedback

4 Answers

up vote 4 down vote accepted

Press Tab twice, then press enter.

X = Tab * 2 + Enter

link|improve this answer
wouldn't that be XX ? :) – akira Jan 5 '10 at 5:57
Can we settle on X = tab(2) ? :) – John T Jan 5 '10 at 7:53
feedback
#IfWinActive, Google
x::{Tab 2}{Return}
#IfWinActive

There's your X :) (John T's answer in AHK form)

link|improve this answer
feedback

You could define a specialised search depending on which browser you use and call that via shortcut or special command.

link|improve this answer
feedback

Type it in your browser location bar, and you have set it to use google.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown