-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[Feature-Request][PT Run] Display available action keys preview #11591
Comments
Neat idea! |
We could create a plugin that reacts on the query Or we use |
I see where you're coming from with this idea, since it would mesh nicely with the plugin architecture.
It is used as default of file search as far as I remember. |
We could show this whenever the TextBox is empty? Our an additional flyout that can also be invoked separately- gives us a bit more UX freedom as well. |
Maybe something simple, like pressing backspace when the text box is already empty, so it doesn't constantly show up in your face |
Here's a working PoC showing the action keys whenever the search box is empty (and tweaking the overall design). You can try it out by using this branch: https://github.com/microsoft/PowerToys/tree/users/niels9001%2Frun-cheatsheet I don't think this should be shown at all times, some possibilities:
Happy to hear your thoughts on this. |
Great work. I think it should be a settings and maybee a button. But not an activation key.
|
I am against an activation key as well. Navigation through the list is a must, if we take lower screen resolutions or future possibility of new plugins being made. Maybe also selecting a plugin could expand the item view and display a longer description of that plugin? Also also, extra buttons on the bar sound like trouble. Either users will be forced to use a mouse (ugh) or tab navigation will have to be implemented that also somehow takes the plugin list into consideration. |
My suggestion is default to display on first launch. Options
|
@XspeedPL @crutkas But what about scenarios where you want to quickly look up that specific action key? It would be a pain to either go to the docs (current) or open settings, enable the overview. Isn't this (way) simpler and also more intuitive: Clicking on the button shows the list of action keys. We hide it on TextChanged? This way it's always accessible, we avoid any UI clutter and don't make things more difficult with settings. |
So in a typical scenario, to use the feature an user has to do the following:
I guess it's okay, but no matter what will be done, there always will be someone unsatisfied :P |
I think we can optimize it:
|
That sounds great! Only thing left then is to inform users that pressing Tab is a possible action in the view. |
@niels9001 any updates? If you don't have time, maybe you could point me to a fork with your prototype to continue? |
For what it's worth, I naively tried typing a Truly, anything at all would be better than nothing! I'd even settle for a list in the main PowerToys settings windows. :) |
@niels9001 suggestion (tab to show) is already something pretty cool. This are just suggestions to foment a little the discussion, but having this feature in any manner is something that my ADHD brain would gladly accept. |
Press one of: backspace, space on the empty box? |
That's not enough IMVHO. My memory's failing me, so I won't remember. Especially since I'm a hibernation-not-shutdown-and-restart-everything-every-time-you-need-the-PC kinda guy, so the "first launch" of PowerToys Run is very seldom. |
Great idea! I find myself ending up on https://docs.microsoft.com/en-us/windows/powertoys/run#direct-activation-commands every time I want to be efficient in finding things... which is quite inefficient, I must say :) |
The work associated with this issue has been released as part of the 0.76 sprint. Please update PowerToys to the latest. https://github.com/microsoft/PowerToys/releases |
Provide a description of the new feature / enhancement
I've been using PowerToys primarily for its Run module and I am loving it so far.
However, I find myself often forgetting what the action keys are, and I thought it would be a good idea to have an option to display a compact list of them, for example when the text box is empty.
I think new users would greatly benefit from a feature like this, helping them get used to this amazing productivity tool.
The text was updated successfully, but these errors were encountered: