-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Navigate Application and its Windows with Keyboard. #123
Comments
Interesting idea combining alt+tab and a text search driven launcher. Why not search for running apps as well as apps you can launch. |
@indierawk2k2 if you can come up with a good enough UX which allows for both that would be nice. But seeing the current state of the search functionality on win implementing this separately would be much quicker. |
Win + TAB and then use the keyboard to search, I think it's a good way. |
a native functionality like http://www.switcheroo.io/ would be great. I don't use alt+tab anymore. |
Recommendation from @manogna4 about switcheroo is good. I want to suggest one more great little utility called https://www.launchy.net/. It is a small search bar, which goes through user defined catalog and can run app. I use it for accessing most used files and for running all applications. So if functions from both apps would be united under the new powerToy AltTab, that would be nice. |
…withdevops Update README.md
Feel like window walker inside PT Run does this. With 0.25, just do |
Feel like this is already done so going to close this out. please challenge me if you PT Run's implementation is not enough |
Not really part of that. But Microsoft loves Ignoring and “cleaning up” old issues. So guess just another day at the office. 🖨 |
This updates the spec to enable CmdPal to host settings for extensions. Extensions can provide us essentially, a FormPage, and we'll give that special treatment as _the settings_ for the extension. We're gonna use this in #100 in the future. For now, I also added a helper set of classes for quickly constructing a `Settings` object, which is basically just a dictionary. Notably though, it lets us define simple control types for each of these settings, which we can then turn into the `IFormPage` on the developer's behalf. See the [`SampleSettingsPage.cs`](zadjii-msft/PowerToys@main...dev/migrie/s/settings-for-extensions#diff-ac06e39258579222e94539315ad59e0bf04f3b0f3e83a2f8a11aa5a42d569ebe) for an example. Closes #123
Alt+Tab is very limiting. You have to find the window then navigate to it by pressing tabs many times. So how about a keyboard based application/window switcher where you can type name of app, abbreviation, app's window name to bring it to front?
Look at launchbar for inspiration.
The text was updated successfully, but these errors were encountered: