-
Notifications
You must be signed in to change notification settings - Fork 285
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
Option for delete key to delete last character instead of entire entry #177
Comments
Link to the thread on the mailinglist. |
Bump :) Any thoughts on this ever making its way into QS? I still get frustrated by this on a daily basis. You would think after two years my typing would've improved :) This is also atypical behavior for the delete key and most other launchers use the standard behavior which i think is more forgiving to new user as well. |
Alright... :) |
Woohoo, thx!!! On Sun, Feb 17, 2013 at 11:22 AM, Patrick Robertson
|
Hi, is this feature avail in QS? Couldn't find it anywhere in the settings. |
Got it. @skurfer, any chance this can make it into the next release? It seems like an easy fix and has been marinating for 4 months :) On Mon, Jun 17, 2013 at 4:09 AM, Patrick Robertson
|
It'll get looked at before the next release. I can at least promise that. 😃 |
…default deleteRemovesLastCharacter (quicksilver#177) - also resets the search results as keys are deleted including when there are no search characters entered (quicksilver#252)
As I said on the pull request’s discussion, I’ll go along with making this the default, but I have to say I really, really don’t get it. I mean, you’re replacing this:
with this:
|
Thanks for chiming in @hmelman over on the pull request. Rob - what's your argument for every other search field (including Spotlight and I'm assuming other app launchers) using 'delete removes a single character'? What you outlined in your second set of steps is what I have to do everywhere (URL bar, Google, Spotlight, Contacts...). |
Those are text boxes, just like Quicksilver is in text-entry mode. The behavior makes sense in those contexts because you’re “editing” text. You can also see what you’re working on, where in QS you’d have to parse out which characters are highlighted in the first pane, and they could jump around as you add/remove characters if the result changed. It just never felt like “entering text” to me.
What else would you be typing when searching with Quicksilver? 😃
Maybe it would help to know that I rarely need to type more than 2 characters to find what I’m after, and 5 characters is like a crazy edge case that annoys me. So losing all of it and starting over is pretty low cost. Is that “power user” behavior? I thought that was the whole point of this app! Anyway, no one needs to convince anyone else here. I’ve already said I’ll go along with the new default. |
Add an option to remove the last character only when pressing ⌫. Fixes #177
No description provided.
The text was updated successfully, but these errors were encountered: