topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Monday March 18, 2024, 9:22 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: More speed through keyword abbreviation and auto completion?  (Read 10466 times)

Ampa

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 592
  • I am cute ;)
    • View Profile
    • MonkeyDash - 2 Player strategy boardgame
    • Donate to Member
More speed through keyword abbreviation and auto completion?
« on: September 03, 2009, 09:02 AM »
Have been learning a lot from the 30 more days of screencasts and had a thought or two...

1. the +sall keyword is actually quite long! (5 whole extra characters) Maybe there is a shorter alternative?
++ came to mind as it is short, simply uses the same key twice, and has nice incremental associations. But the + key is slightly off the beaten track for those of us whose touch typing is a little erratic. Tab is handily placed but probably breaks alsorts of GUI traditions, so is probably not the solution.

2. user defined keywords also tend to be long (so that they are memorable) so perhaps they could auto-complete?
I hit the + key and then start by typing "m" and FARR scans the list of keywords, finds "+music" so suggests it. I can then hit tab or enter to accept it - what ever the usual method of acceptance is with such things!

Thoughts?

Josh

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Points: 45
  • Posts: 3,411
    • View Profile
    • Donate to Member
Re: More speed through keyword abbreviation and auto completion?
« Reply #1 on: September 03, 2009, 09:11 AM »
The ++ modifier is a great idea. That gets +1 vote from me

Nod5

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,169
    • View Profile
    • Donate to Member
Re: More speed through keyword abbreviation and auto completion?
« Reply #2 on: September 03, 2009, 09:22 AM »
Ampa: this autohotkey script lets you use ctrl+pagedown / ctrl+pageup to add/remove "+sall"
https://www.donation...24.msg69271#msg69271
middle mouse button version by lanux128 here:
https://www.donation....msg108631#msg108631

skajfes

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 267
    • View Profile
    • Donate to Member
Re: More speed through keyword abbreviation and auto completion?
« Reply #3 on: September 03, 2009, 09:23 AM »
The ++ modifier is a great idea. That gets +1 vote from me
Except that the ++ modifier is used to pass arguments to the resuts...
It is impossible to make anything foolproof because fools are so ingenious.

phitsc

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 1,198
    • View Profile
    • Donate to Member
Re: More speed through keyword abbreviation and auto completion?
« Reply #4 on: September 03, 2009, 09:34 AM »
I'd prefer a solution that does not change the FARR input box to switch between normal / extended result list like for example a keyboard shortcut. And use up/down to scroll through the results as was once suggested by justice.

skajfes

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 267
    • View Profile
    • Donate to Member
Re: More speed through keyword abbreviation and auto completion?
« Reply #5 on: September 03, 2009, 04:08 PM »
I'd prefer a solution that does not change the FARR input box to switch between normal / extended result list like for example a keyboard shortcut. And use up/down to scroll through the results as was once suggested by justice.
That was a great idea. I wonder what happened with that?
It is impossible to make anything foolproof because fools are so ingenious.

Ampa

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 592
  • I am cute ;)
    • View Profile
    • MonkeyDash - 2 Player strategy boardgame
    • Donate to Member
Re: More speed through keyword abbreviation and auto completion?
« Reply #6 on: September 03, 2009, 04:13 PM »
+1 for Justice's idea!

Anybody got any comments about the auto-completion of keywords suggestion?

Nod5

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,169
    • View Profile
    • Donate to Member
Re: More speed through keyword abbreviation and auto completion?
« Reply #7 on: September 04, 2009, 05:59 AM »
Ampa: I for one have no need for that. I just use short keywords/aliases instead. m for music, b for books and so on.

In Justice's thread Mouser considers adding one more result that when clicked expands to show all. If made, I hope it becomes optional. It wastes screen space since the number of matches is enough indication. If the list looks "full" then there's probably more results to be had through "+sall", if the lists is short then there isn't.

I have no problem with expanding when pressing "down" at the bottom of the list but the hotkey alternative is still much quicker, isn't it?
« Last Edit: September 04, 2009, 06:04 AM by Nod5 »

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: More speed through keyword abbreviation and auto completion?
« Reply #8 on: September 04, 2009, 08:33 AM »
i agree that we need a faster way to show all.
++ would have made the most sense until i made it be the way you specify commandline arguements :(

maybe if we did it like this:
pgdn in result view will show all, and then subsequent presses will page through the multiple-pages of results?

phitsc

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 1,198
    • View Profile
    • Donate to Member
Re: More speed through keyword abbreviation and auto completion?
« Reply #9 on: September 04, 2009, 09:24 AM »
i agree that we need a faster way to show all.
++ would have made the most sense until i made it be the way you specify commandline arguements :(

maybe if we did it like this:
pgdn in result view will show all, and then subsequent presses will page through the multiple-pages of results?
I just want to state again that I think it would be better to have a way to switch to extended result list that doesn't change the input box. Changing the input box triggers a re-search (I'm thinking plugins by the way).

nitrix-ud

  • Charter Member
  • Joined in 2005
  • ***
  • default avatar
  • Posts: 560
    • View Profile
    • Donate to Member
Re: More speed through keyword abbreviation and auto completion?
« Reply #10 on: September 04, 2009, 09:36 AM »
pgdn in result view will show all, and then subsequent presses will page through the multiple-pages of results?

that would be perfect

Ampa

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 592
  • I am cute ;)
    • View Profile
    • MonkeyDash - 2 Player strategy boardgame
    • Donate to Member
Re: More speed through keyword abbreviation and auto completion?
« Reply #11 on: September 04, 2009, 10:43 AM »
PageDown sounds good to me - is quick, doesn't mean entering anything in the search box, and perhaps could be prompted in the status bar ("Press Page Down to see more results…")

Nod5

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,169
    • View Profile
    • Donate to Member
Re: More speed through keyword abbreviation and auto completion?
« Reply #12 on: September 04, 2009, 12:12 PM »
pgdn in result view will show all, and then subsequent presses will page through the multiple-pages of results?
pgdn already has a function in result view: it jumps to the last item. How about keeping that and show all only on pgdn/down while at the last item?

Also, Pgdn presently lacks a use in the inputbox. Why not then let pgdn in the inputbox trigger show all? That's one step, compared to two (down + pgdn) or three (down + pgdn + pgdn).

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: More speed through keyword abbreviation and auto completion?
« Reply #13 on: September 04, 2009, 01:21 PM »
Why not then let pgdn in the inputbox trigger show all?

sorry -- that is what i meant.

and then as you say we can make down arrow and pgdown when on the last item and in the result area, do showall.