godot icon indicating copy to clipboard operation
godot copied to clipboard

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

Open bruvzg opened this issue 8 months ago • 4 comments

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 https://github.com/godotengine/godot-proposals/issues/9981 Fixes https://github.com/godotengine/godot/issues/83294

bruvzg avatar Jun 22 '24 12:06 bruvzg