-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
CoPilot (F23) Button Remapping Doesn't Work on Surface Laptop 7 #34347
Comments
We've found some similar issues:
If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.
|
I will close mine, #36692 , and copy paste my comment from there here: I am on Surface Laptop 7 and the Copilot key is not getting mapped to Ctrl properly. This used to work but at some point recently (sorry, can't say when) it stopped being functional. What happens is when you open "Remap a shortcut" and tap the Copilot key it registers as Win (Left) + Shift (Left) + F23, which is what you would expect. Remapping this to any given key or shortcut stops Copilot from being launched (thankfully), but the key output is jacked up. Capturing keydown events in my browser it looks like the following sequence is sent every time you tap the Copilot key: Shift + Meta + Unidentified + <TO_KEY> + Meta + Unidentified So if you have the mapping Win (Left) + Shift (Left) + F23 -> Ctrl you get the output Shift + Meta + Unidentified + Ctrl + Meta + Unidentified or Win (Left) + Shift (Left) + F23 -> Alt + 0 you see Shift + Meta + Unidentified + Alt + 0 + Meta + Unidentified |
Just to report that the problem also happens on my Dell Latitude laptop. I've also tried the Remap a Shortcut method, without success. |
For the record -- that key is really nasty. |
Yes, I've tried AutoHotkey as well, without success in the sense of a complete solution that allows me to press combinations like Ctrl+Insert+F, required by some screen reader software. |
Microsoft PowerToys version
0.83.0
Installation method
Microsoft Store
Running as admin
Yes
Area(s) with issue?
Keyboard Manager
Steps to reproduce
Keyboard Manager -> Remap a key ->
F23 to <any button>
✔️ Expected Behavior
I expect the key remapping to work.
❌ Actual Behavior
I tested this with Ctrl(right), Apps/Menu, Win (Right). None of these worked.
One additional observation is when I try using any of the Ctrl options, and save it, and try using it normally in for example Google Chrome to open a new tab, whenever I hit the remapped key, a new error message pops-up from Windows Explorer in the "Notifications" section bottom right, saying "Error generated while getting the trace"
Other Software
No response
The text was updated successfully, but these errors were encountered: