-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Fix: PhysicalKeyExtensions.ToQwertyKey #15502
Conversation
@dotnet-policy-service agree |
You can test this PR using the following package version. |
Please try to explain why this change is needed |
(I dont know how to say it clearly, sorry for my bad Engilish...) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! It was indeed the wrong virtual key here.
Worth to note there're three keys between the
Will these be affected as well? |
I think they are not affected. |
Note that Each platform provides the correct |
What does the pull request do?
let
PhysicalKey.Equal
convert toKey.OemPlus
What is the current behavior?
PhysicalKey.Equal
will convert toKey.OemMinus
What is the updated/expected behavior with this PR?
How was the solution implemented (if it's not obvious)?
Checklist
Breaking changes
Obsoletions / Deprecations
Fixed issues