-
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
[launcher] - Handling keyboard shortcuts in launcher must be in sync with the rest of powerToys #2325
Comments
I used to use Alt+Space to launch the command line from VS. Now PowerToys seems to have taken over this shortcut. |
@weitzhandler you can override it in settings |
Tried to look it up unsuccessfully, I must be missing something. |
hm, I changed the shortcut to "Win + Alt + Space", but it still opens the Window menu control, that is, I can't run the launcher. |
It seems the Open PowerToys Run text-box doesn't accept any Win key shortcuts. Ideally, what mostly makes sense to me, would be Win+Q, which is similar to Visual Studio's Ctrl+Q. |
Fixed in 0.19.0, please visit https://github.com/microsoft/PowerToys/releases/ for the latest release |
@crutkas |
Summary of the new feature/enhancement
NHotKey.Wpf
nuget package for handling keyboard shortcuts (like Alt+Space).Win+R
keypress.Proposed technical implementation details (optional)
The text was updated successfully, but these errors were encountered: