Skip to content
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

Sort actions by usage #499

Open
emrroe opened this issue Aug 7, 2017 · 6 comments
Open

Sort actions by usage #499

emrroe opened this issue Aug 7, 2017 · 6 comments
Labels
C: App Issue related to the core application/library Suggestion Feature request or some other idea

Comments

@emrroe
Copy link

emrroe commented Aug 7, 2017

When hitting alt, a list of alternative actions is shown. Most of the time however, the first option is the default action. It would be very useful if the last selected or most used option is moved to the top.
Aditionally hitting shift + enter could run this top alternative action

@emrroe emrroe changed the title move last most used alternative action on top move last or most used alternative action on top Aug 7, 2017
@schoettl
Copy link
Contributor

I somehow like the idea of shift-enter for the alternative action.

Drawbacks are:

  • it would be a hidden feature
  • not clear what happens if there are more than two actions available

However, I'm not a fan of MRU logic for alternative actions. It adds complexity for a small benefit. And it's annoying when the order of the actions change from time to time. I would leave it to plugins to decide on the order of alternative actions - or they could make the order customizable.

@ManuelSchneid3r ManuelSchneid3r changed the title move last or most used alternative action on top Sort actions by usage Sep 10, 2017
@ManuelSchneid3r ManuelSchneid3r added this to the v0.14 milestone Sep 24, 2017
@ManuelSchneid3r ManuelSchneid3r modified the milestones: v0.14, v0.14.1 Oct 18, 2017
@Redsandro
Copy link

I don't like things that change "automagically" because predictability makes usage intuitive and fast.

I would like checkbox options on the plugin settings page to indicate what option a specific user prefers to be default (#688), or some other way to make option order customizable as proposed by @schoettl.

Alternatively, @doktrjones' suggestion could be an option.

@stale
Copy link

stale bot commented Nov 5, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale Stale issue, closing soon. label Nov 5, 2020
@cocoonkid
Copy link

This would be immensly useful!

@stale stale bot removed the stale Stale issue, closing soon. label Nov 28, 2020
@dreamcat4
Copy link

dreamcat4 commented Jun 23, 2021

I don't like things that change "automagically" because predictability makes usage intuitive and fast

the actual reason for that is because albert 'hides' the actions list by default, and the currently selected action (default action) to be executed is (by default) written in really tiny font size beneath every single item. When compared to main text size.

So the current action is always either difficult to read, or getting towards impossible to read at any significant distance away from the screen, or if you have bad eyesight. So the stated problem is more coming about from bad UI, rather than a bad function / feature. Wouldn't you agree?

As always (since the very beginning of time), all these problems were solved pretty well in the original QuickSilver program for Mac. This was many years ago.

For an example of best practices, we can see here:

https://qsapp.com/wiki/Executing_actions

And really that solves the problem / reservation I quoted above ^^.

Of course we don't live in ideal world :) And with very limited resources. However you still have to acknowledge that Quicksilver was available on Mac since 20 years, on very old computers. So the performance they managed in the end was not usually the issue. More likely just a lot of very complex and clever coding. Which takes a lot of development time coding and struggles to get something robust and without spending a lot of time introducing new bugs etc.

@Iss-in
Copy link

Iss-in commented Oct 3, 2021

can we please just have an extension setting to let user decide which preference he want , Not able to run commands in background by default is the sole reason I am unwillingly putting off its use since

@ManuelSchneid3r ManuelSchneid3r added Suggestion Feature request or some other idea and removed Suggestion labels Oct 9, 2022
@ManuelSchneid3r ManuelSchneid3r added the C: App Issue related to the core application/library label Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: App Issue related to the core application/library Suggestion Feature request or some other idea
Development

No branches or pull requests

7 participants