wanderingstan / zataangstuff

Automatically exported from code.google.com/p/zataangstuff
1 stars 1 forks source link

pressing GO should start action if results are unambiguous (or perhaps start top action) #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I see 2 possible improvements.

1. Pressing GO should act on results if unambiguous. Enter G R E ... and
Contact Greg shows up. Pressing GO should dial him. It is faster than
moving finger up to result list and more consistent with the other search
types.

2. Other possibility is launching top result even if many results are
shown. I think this is less favorable. The top result may not be the one
you want and you hit GO anyway and call someone unintended.

Original issue reported on code.google.com by gdie...@gmail.com on 30 Sep 2008 at 1:53

GoogleCodeExporter commented 8 years ago

Original comment by zataang...@gmail.com on 4 Oct 2008 at 3:10

GoogleCodeExporter commented 8 years ago
I don't know about this. It may work for contacts. But the GO button should 
always do
the same thing. 

My problem: for example type in "google.com" and hit GO. Right now it opens the
browser and goes to google.com. But if the first search result is 
"google.com/news"
and you automatically start the first search result by pressing GO, then how do 
you
open the site "google.com"? Same problem if the first search result is also the 
only
search result. 
QuickGold could do it with the phone keyboard active, since this keyboard is
completely different from the rest and right no doesn't have a GO button (could 
be
labeled DIAL).

Original comment by mkm...@googlemail.com on 4 Oct 2008 at 3:57

GoogleCodeExporter commented 8 years ago
Fixed this. Both (1) and (2) are taken care of. I take care of Mike's problem as
well, since I check for matching URLs etc. BEFORE I do this. So, in the last 
case
when none of my checks have matched AND if there is still a matching result, I 
will
invoke it. :)

All coming in the new version.. 1.3

Original comment by zataang...@gmail.com on 6 Oct 2008 at 5:27