Skip to content

Enable input of non ascii characters for TextBox#117

Open
oikumene wants to merge 3 commits intomitsuba-renderer:masterfrom
oikumene:feat/unicode-input
Open

Enable input of non ascii characters for TextBox#117
oikumene wants to merge 3 commits intomitsuba-renderer:masterfrom
oikumene:feat/unicode-input

Conversation

@oikumene
Copy link
Copy Markdown

Enable input of non-ascii unicode characters for TextBox.
Enable input from Input Method (like mozc for Japanese) for TextBox.

I could not find a way to distinguish "Enter key solely pressed" and "Enter key when committing conversion in the Input Method". To enable input from an Input Method, I changed that text in TextBox is not committed at ENTER. Now text is committed only when mouse left button is pressed on other the the TextBox.
I hope this specification change is accepted, or someone let me know the way to distinguish the two ENTER.

@oikumene oikumene changed the title Feat/unicode input Enable input of non ascii characters for TextBox Apr 17, 2022
@wjakob wjakob force-pushed the master branch 11 times, most recently from e9c6fc9 to 0f47fe0 Compare October 27, 2022 21:06
@wjakob wjakob force-pushed the master branch 9 times, most recently from 654b8a5 to 1cbff2e Compare August 29, 2025 18:29
@wjakob wjakob force-pushed the master branch 6 times, most recently from 21626d0 to d368a4f Compare September 1, 2025 15:39
@wjakob wjakob force-pushed the master branch 19 times, most recently from c75898b to 1bbd038 Compare September 6, 2025 21:26
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.

1 participant