mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 12:50:04 -04:00
This PR allows customizing the return key in the TextEdit widget. Right now, it's hard-coded to the Enter key, which is problematic in cases when you want to use the Enter key for something else, and insert the newline in a different way instead.