mccamel Posted April 24, 2014 Posted April 24, 2014 The image below shows what I mean. Build: Alfred 2.2 (243) OS X: 10.9.2
Tyler Eich Posted April 24, 2014 Posted April 24, 2014 This is not a bug, it's the expected behavior. Alfred's tab completion logic for folders is the same as those used by Terminal. Here's a breakdown of how it works: Since "User Information", "Users", and "usr" all start with "us", pressing tab will do nothing (except maybe change the input to lowercase) If you were to type "Use" and press tab, you'd get "User" because "User Information" and "Users" both start with "User" If you were to type "User " (followed by a space) and press tab, you'd get "User Information" because it's the only choice that starts with your input. I submitted a feature request related to this behavior (because I personally don't care for it )
mccamel Posted April 24, 2014 Author Posted April 24, 2014 This is not a bug, it's the expected behavior. Alfred's tab completion logic for folders is the same as those used by Terminal. I see, thanks for clarifying (and submitting the request!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now