-
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
Slash character doesn't navigate into folder if I type too quickly #2077
Comments
Confirmed. I've seen this and it's annoyed me a lot. |
I've made a PR to hopefully fix this. @lgarron if you can build that branch and test it, that would be appreciated. There have always been problems making sure that the / character is handled properly in all situations. Thanks |
#2077 works marvelously! :-D |
For me, the slash seems to have the same effect that the escape key has, no matter how fast I type. I'm on version 1.2.2 (4011), OS X 10.10.4 |
@juhucoding You might need to specify this behavior in the preferences. |
I have a folder called
src
in my index that contains the foldernet
. If I quickly typesrc/net
into Quicksilver, it simply drops the slash:If I wait for the
src
folder result to pop up before typing/
, the correct sequence takes place:This is a bit annoying and surprising, because it doesn't happen if I use the right arrow key instead of
/
. I like/
because it's nicer to type, but the fact that it fails if I don't pause makes Quicksilver feel unreliable.The text was updated successfully, but these errors were encountered: