-
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
Validate launcher - Window Walker reacts to winkey + mouse button #2097
Comments
i think we should validate this with launcher since WW will migrate over |
Thanks, I will test with https://github.com/microsoft/PowerToys/milestone/9 once it is released. |
@asvc, does this work? |
@crutkas, AltDrag is built from https://github.com/asvc/altdrag |
looking at AltDrag, it is GPLv3 so we can't look at source code which could make debugging hard. We're just using standard hooks here as are the other included utilities. so even with 0.19, you hit winkey+mouse and it triggers? |
@betsegaw window walker used a standard .net keyhook, right? |
@crutkas Window Walker used the "RegisterHotKey" win32 API. It adds a hook to look at windows messages and checks for a specific message. |
@stefansundin , would you consider releasing under MIT, etc?
@crutkas , using v0.19.1: "PowerToys Run" search bar doesn't appear after pressing an assigned hotkey while AltDrag is running. |
@asvc, We're using standard keyhooks inside windows. They also do reg hacks it seems like and that could interfere based on the installer. I did just install and try with an internal testing build for 0.20 and everything seems to work correctly. |
@crutkas , I don't see v0.20 at https://github.com/microsoft/PowerToys/releases, is it from AppVeyor / etc?.. |
.20 will be released this month. We are testing internally. (Or you can clone master and build it yourself :)) |
@asvc we just released it on friday. |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 5 days. It will be closed if no further activity occurs within 5 days of this comment. |
Just wanted to confirm that v0.20.1 works fine and AltDrag isn't affected by FancyZones. Thanks @crutkas ! |
Environment
Steps to reproduce
Expected behavior
Actual behavior
Screenshots
N/A, happy to supply a screen recording if needs be.
The text was updated successfully, but these errors were encountered: