-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QS sometimes only gets part of my input #758
Comments
Are you running OS X Lion, 10.7? I have experienced this, which I believe to be a combination of a few things for me:
So from my point of view, it isn't a problem with Quicksilver (or Firefox) but the operating system itself. Having said that, Quicksilver has a feature that can allow for slower and older computers. Go into Preferences > Command and alter the "Wait before searching" slider to be slightly longer. I have mine set to 0.15s and it eliminates all my problems! |
I'm running 10.6.8, but computer slowness certainly is the trigger for However, this is a regression between B61 and B62. I've attached So I decided to do Also, re: search delaythat actually makes the problem worse. The problem On Wed, Mar 14, 2012 at 1:25 PM, Patrick Robertson <
|
That’s a big help, thanks. Removing any traces of “feature level” meant that some things are always on that weren’t necessarily before. Most of these things were already enabled for most users, and I can’t think of what would specifically affect input, but that gives us a starting point. |
I wonder if it’s the
In the latest master, that should be line 1075. |
Yup, that's it. I figured it had to be in that function but couldn't figure So here's what I think is happening:
The solution, it would seem, is to have pressing return set moreComing to
Another approach could be to have the function that executes a command ask On Thu, Mar 15, 2012 at 11:37 AM, Rob McBroom <
|
Hey, any update on the status of this issue? |
I’ve got a branch where I’ve removed the As you ask for the status, please understand that this is much faster than typical for us to look at something. As you can see, there are nearly 200 issues open. :-) |
Oh, sorry for bothering. On Thu, Mar 22, 2012 at 9:17 AM, Rob McBroom <
|
Fixed in latest HEAD and ß67 when released |
Nice, thank you. On Fri, Mar 30, 2012 at 4:12 AM, Patrick Robertson <
|
I swear I heard this being discussed on the group, but there doesn't appear to be an issue for it. I could just be missing something, though.
Sometimes when I invoke QS, type an abbreviation that I know should open a particular app, and press Return really quickly, only some of the letters I typed get noticed and a different app is opened.
I'd be really curious to know how this works, internally, because lots of apps have this problem—Firefox, for instance, when you press Cmd-N anything you type after that (that would go to the location bar) is ignored until the window actually opens. (Actually this is sort of the inverse of the problem with QS, but the mechanism ought to be the same AFAIK.) If it's an easy thing to do I'd submit a Bugzilla ticket too...
The text was updated successfully, but these errors were encountered: