-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Order by frequency #12
Comments
You don't need both order by frequency and hotkeys. Hotkeys is a better solution to the problem of "I want to quickly open a browser". |
Frequency is useful if you use your mouse. For example, Bumpr is a mac program where the selection window appears underneath the mouse when you click the link (presumably also with your mouse). This allows you to create muscle memory in the sense that it could be two clicks to open it in your most frequently used browser quickly. This is less useful, if the window always appears in the center of the screen for example. |
Instead of reordering, i would love it would highlight the most frequent option by default. That would man a double enter to open a image but enter and select app for everything else. |
@rohmishra that's a nice idea - please open a new issue |
Right now Junction orders by last use (its the default behavior of GLib). Given that
I'd say it'd make sense to order options by frequency EDIT: Or we take the 4 most recent/frequent options and order them alphabetically to avoid them moving around. And ensure the most used option is always one of the option. |
Another solution could be manual ordering of preferred apps |
Manual ordering can get out of hand quick and get confusing for multiple types. I do have a kinda working prototype on ordering by frequency that i worked on back in December but it requires some cleanup. I wanna rework how I handle gsettings before I send a PR. |
What about a preference to set this? Order by frequency |
If I consistently use Firefox Dev Edition, then it would be useful to just have it show up as the first option. So ordering by frequency would be useful. Of course that means you have to track that number, so maybe it could just be an option?
The text was updated successfully, but these errors were encountered: