-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-123572: Fix key codes in VK_MAP in windows_console.py #122692
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
Conversation
Can you please add a NEWS entry? you can use the formulation of #123573 if you want. |
@devdanzin I have pushed a news entry for you. Next time you can do as @picnixz indicates or using the blu tool. |
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.
LGTM
Thanks for the PR @devdanzin and @picnixz for the review!
(I haven't done much :') but thanks for the thanks) |
Thanks @devdanzin for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…nGH-122692) (cherry picked from commit 782217f) Co-authored-by: devdanzin <[email protected]>
GH-123632 is a backport of this pull request to the 3.13 branch. |
This trivial PR corrects a couple Virtual-Key Codes found in
VK_MAP
in windows_console.py. It should have no impact on real use of the new REPL, as AFAIK those VKs are unused.cc @DinoV