ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Find And Run Robot

Stop FARR From Searching Further?

<< < (2/3) > >>

J-Mac:
Tuck's suggestion to hit escape should work, or you can hit the down arrow.
Superboy, i'm not sure people would like having to press a key to search further..
-mouser (April 27, 2009, 11:09 AM)
--- End quote ---

I would!!

Actually I knew the Esc key would stop it, but to be honest I hate the darned Esc key - all the wayyy up there, right next to the Arctic Circle, I believe.  ;)

I wouldn't mind a user-configurable time limit as SB-AC suggested, or something similar that doesn't add yet another key-press.

Thank you.

Jim

mouser:
another alternative would be to stop search on press of alt or ctrl or shift key.. that might help i think.

joshuawood:
Or just simply stop on pressing one of the F-keys. That's what I use to launch programs on my laptop (no discrete numpad). I have accidently launched the wrong program due to this behaviour on a few occassions also. The problem however lies in the event process. When you press say an F key, that event might be behind the update list event and redraw event, so in this case the wrong program will still get launched, even though at the time of the F key press it appears to be correct. I doubt there is much you can do to solve this. It's simply how things work.

mouser:
yes, though if you find yourself having this problem, moving to a 2 step launch process:

* hit a key to stop search then hit a key to launch.may solve the problem because it gives you just enough milliseconds to stop yourself from launching if you notice the results changing while you were pressing the stop search key (down arrow, escape, etc.)


actually i suppose maybe FARR could be made to address this problem slightly couldn't it..
if FARR updates the display, and you hit launch within some small time window of the update, FARR could detect that right?
and then check if the item you want to launch got moved down during the update.
if so, FARR could either adjust it's guess of what you REALLY wanted to launch
or.. stop searching, beep and let you know that your launch request was interrupted by a late breaking update of list and you should choose again.
kind of cool idea.


Example:
Result list shows:
1. notepad
2. wordpad
3. ideapad

you hit the 2 key to launch wordpad.
as you are moving to hit the 2 key, a new result sneaks in at location 2, so that new results are:
1. notepad
2. evilpad
3. wordpad
4. ideapad

normally farr would now launch item 2.  but in this case it knows that previous item 2 got shifted down a mere 100 ms before you hit the 2 key.

so it guesses that you could not have seen and reacted to this new number 2 so quickly.  therefore you PROBABLY meant to choose the PREVIOUS #2 (now #3), wordpad.

so it could just go ahead and launch wordpad.

OR it could simply stop searching, give you a little sound tone letting you know it didn't launch anything due to caution, and needs you to select what you want to launch again.


what do you think, is it a fun enough idea that it's worth implementing?  it would be optional of course, with user-selectable time window interval for this behavior.

skajfes:
Great idea Mouser. I really like this one. Though, I have nothing against the current method - esc or down to stop search so it would be great that this one remains active all the time. I mean, esc always stops search. And additional option - what you just said - either launch what is currently at the selected number, launch what was at the selected number a configurable number of milliseconds, or beep (again optional!) and do nothing.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version