-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Keyboard Manager null key conflict with WSL #6024
Comments
Hi @damnskippy, I can't repro this behaviour, even when I checked my key history with the same mapping. Is this the only mapping you have? Can you share all your active mappings |
@saahmedm, |
FWIW, I'm primarily using shortcut in windows terminal app if that matters. |
@damnskippy as part of our shortcut remap logic we send a null key (key code 0x255). It seems to be that the showkey command in WSL shows that as |
@arjunbalgovind |
Since WT now natively supports a way to bind key sequences, I no longer need this. Since no one else is seeing this issue, I will close it. |
In the 0.25 release. https://github.com/microsoft/PowerToys/releases/tag/v0.25.0 |
ℹ Computer information
📝 Provide detailed reproduction steps (if any)
Map shortcut:
Ctrl(left)+P -> Up -> All Apps
✔️ Expected result
What is the expected result of the above steps?
When
Ctrl+P
is pressed,Up
key must be input❌ Actual result
What is the actual result of the above steps?
When
Ctrl+P
is pressedUp
key is input correctly.However issue is that it is followed by a spurious
Ctrl+Space
also that I did not enter anywhere.Verified this by doing showkey under wsl - pressing
Ctrl+P
generated the following output, where the first part isUp
key(^[[A)
and this is followed byCtrl+Space (^@)
📷 Screenshots
Are there any useful screenshots? WinKey+Shift+S and then just paste them directly into the form
The text was updated successfully, but these errors were encountered: