-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Win+Q combination does not work #10
Comments
Ok it seems Win+Q opens search as well as Win+S. And Win key also opens search. So I thought Win+Q was redundant, chose to remap it. I switched to Win+O instead for ms-availablenetworks: . Problem solved. Now Win+X opens that menu as expected. Win+O is only used for changing orientation on tablet PC/detachable rotatable tablets so I have no use for it. Can remap it. :) |
Yes, it is because of that (#3). The way it works right now is the So, yes, it will be fixed eventually, once I figure out how; I know about it. Like, I have the code already, but for some reason it just does not work properly... |
Well it's the same as #3 so if you want to close the issue, please do :) |
Yeah, I don't mind, I will close them both for good soon =))) (hopefully) |
* Instead of the overthinked and overcomplicated way the Win+X key combination was handled before, it now just sends a WM_CONTEXTMENU message to the Start button and Explorer takes care of the rest (I still haven't managed to figure out why the COM interface call did not work though) * Added more info to IImmersiveMonitorService
I fixed it in the latest build (22000.168.0.11), |
Oh wow thank you so much!! |
So I usually run some AutoHotkey scripts on my PC for custom hotkey shortcuts. One of the scripts uses Win key shortcuts that Windows does not use. This is the AHK:
#Persistent
#SingleInstance, Force
#y::Run, mblctr.exe, C:\Windows\system32
#q::Run, ms-availablenetworks:
#j::Run, control.exe /name Microsoft.WindowsUpdate
However when I run this AHK or its compiled EXE version, Win+X also opens ms-availablenetworks: instead of opening the Win+X menu. Definitely some conflict. Is it because of this? #3
The text was updated successfully, but these errors were encountered: