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

[TextEdit / LineEdit] Add support for OEM Alt codes input. #93466

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bruvzg
Copy link
Member

@bruvzg bruvzg commented Jun 22, 2024

In addition to existing Unicode Alt codes (Alt + Num+ + hex code):

  • Adds support for OEM (CP437) Alt codes (Alt + dec code without leading zero).
  • Adds support for Windows (CP1252) Alt codes (Alt + dec code with leading zero).
  • Codes greater than 255 produces Unicode characters.

Fixes godotengine/godot-proposals#9981
Fixes #83294

@Mickeon
Copy link
Contributor

Mickeon commented Jul 5, 2024

How come it's a draft?

@bruvzg bruvzg marked this pull request as ready for review July 5, 2024 08:52
@bruvzg bruvzg requested review from a team as code owners July 5, 2024 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement support for Alt code text input on Windows Add alt code input feature
3 participants