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

Copilot Key remapping failing on Surface Laptop 7 #36692

Open
lyleschemmerling opened this issue Jan 4, 2025 · 1 comment
Open

Copilot Key remapping failing on Surface Laptop 7 #36692

lyleschemmerling opened this issue Jan 4, 2025 · 1 comment
Labels
Issue-Bug Something isn't working Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams

Comments

@lyleschemmerling
Copy link

lyleschemmerling commented Jan 4, 2025

Microsoft PowerToys version

0.87.1

Installation method

WinGet

Running as admin

No

Area(s) with issue?

Keyboard Manager

Steps to reproduce

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

Image

✔️ Expected Behavior

only the mapping should be sent

❌ Actual Behavior

the wrong stuff gets sent

Other Software

n/a

@lyleschemmerling lyleschemmerling added Issue-Bug Something isn't working Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams labels Jan 4, 2025
Copy link

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.

Note: You can give me feedback by 👍 or 👎 this comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug Something isn't working Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams
Projects
None yet
Development

No branches or pull requests

1 participant