nanogui icon indicating copy to clipboard operation
nanogui copied to clipboard

Enable input of non ascii characters for TextBox

Open oikumene opened this issue 3 years ago • 0 comments

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 avatar Apr 17 '22 10:04 oikumene