Jump to content

Strange Tab Completion Behavior


mccamel

Recommended Posts

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  ;))

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...