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

Correct GTK keycodes, and fill in lots more for Winforms. #2415

Merged
merged 2 commits into from Feb 21, 2024

Conversation

freakboy3742
Copy link
Member

GTK's key handlers had a big TODO block that meant it wasn't possible to build key handlers for ; page up/down, and more.

Winforms had a similar set of omissions.

Cocoa had a missing key code for semicolon, and bunch of problems with shift handling.

Fixes #2414.

PR Checklist:

  • All new features have been tested
  • All new features have been documented
  • I have read the CONTRIBUTING.md file
  • I will abide by the code of conduct

@mhsmith mhsmith merged commit 03e1e34 into beeware:main Feb 21, 2024
34 checks passed
@freakboy3742 freakboy3742 deleted the gtk-keycodes branch March 11, 2024 03:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GTK does not accept special keys in shortcuts
2 participants