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

[launcher] - Handling keyboard shortcuts in launcher must be in sync with the rest of powerToys #2325

Closed
alekhyareddy28 opened this issue Apr 22, 2020 · 10 comments
Assignees
Labels
Priority-0 Bugs that we consider release-blocking/recall-class (P0) Product-PowerToys Run Improved app launch PT Run (Win+R) Window Resolution-Fix Committed Fix is checked in, but it might be 3-4 weeks until a release.

Comments

@alekhyareddy28
Copy link
Contributor

Summary of the new feature/enhancement

  • Right now Launcher uses the NHotKey.Wpf nuget package for handling keyboard shortcuts (like Alt+Space).
  • They have another set of code in the Shell Plugin to over ride Win+R keypress.

Proposed technical implementation details (optional)

  • To unify the way in which keyboard shortcuts are handled.
  • This must be similar to FancyZones and Keyboard Remapper - using low level keyboard hooks.
@alekhyareddy28 alekhyareddy28 added the Product-PowerToys Run Improved app launch PT Run (Win+R) Window label Apr 22, 2020
@alekhyareddy28 alekhyareddy28 added this to the v1.0 Release milestone Apr 22, 2020
@saahmedm saahmedm changed the title [launcher] - Handing keyboard shortcuts in launcher must be in sync with the rest of powerToys [launcher] - Handling keyboard shortcuts in launcher must be in sync with the rest of powerToys May 18, 2020
@traies traies self-assigned this May 19, 2020
@crutkas crutkas added the Priority-0 Bugs that we consider release-blocking/recall-class (P0) label May 22, 2020
@weitzhandler
Copy link

I used to use Alt+Space to launch the command line from VS. Now PowerToys seems to have taken over this shortcut.
This is total deal breaker. Anything I can do until this issue is addressed?

@crutkas
Copy link
Member

crutkas commented May 28, 2020

@weitzhandler you can override it in settings

@weitzhandler
Copy link

weitzhandler commented May 28, 2020

Tried to look it up unsuccessfully, I must be missing something.

@crutkas
Copy link
Member

crutkas commented May 28, 2020

@weitzhandler
image

@jyuwono jyuwono added the Status-In progress This issue or work-item is under development label May 29, 2020
@mastoj
Copy link

mastoj commented Jun 9, 2020

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.

@crutkas crutkas added Resolution-Fix Committed Fix is checked in, but it might be 3-4 weeks until a release. and removed Status-In progress This issue or work-item is under development labels Jun 18, 2020
@weitzhandler
Copy link

weitzhandler commented Jun 25, 2020

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.
Win+Q can be achieved with Win+S by default.

@crutkas
Copy link
Member

crutkas commented Jun 30, 2020

Fixed in 0.19.0, please visit https://github.com/microsoft/PowerToys/releases/ for the latest release

@crutkas crutkas closed this as completed Jun 30, 2020
@xt0rted
Copy link

xt0rted commented Jun 30, 2020

@crutkas my original issue from #3279 still persists. I can't use AutoHotkey to map Win + Space to F13 and trigger on that, this does work in Wox though. I could use Win + Space directly but almost every time I use that the start menu opens which doesn't happen with AutoHotkey.

@danbrakeley
Copy link

@crutkas also issue #3269 still persists. I can't use just Caps Lock (with no modifier) as the trigger for PowerToys Run. I can use Shift+Caps Lock.

@weitzhandler
Copy link

@crutkas
Thanks.
This issue was very frustrating.
But I didn't know about it up until now.
Would be nice if you can either set the default setting to Win+R/S, or have a little tooltip that suggests using these shortcuts.
I tried a nice few others and was frustrated that it didn't work and disabled PowerToys Run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority-0 Bugs that we consider release-blocking/recall-class (P0) Product-PowerToys Run Improved app launch PT Run (Win+R) Window Resolution-Fix Committed Fix is checked in, but it might be 3-4 weeks until a release.
Projects
None yet
Development

No branches or pull requests

8 participants