You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure that's possible yet with LibUI, but if it is it would involve using Entry#set_on_changed. Maybe the Enter key will register with that event.
Still, there being some way to get KeyPresses and which element has focus pretty would much solve this. Do you have any ideas on how to get intercept key presses and get the element with Focus, @watzon ?
By the way, amazing library. It actually works better than pretty much anything I've ever tried (Ok, https://developer.fyne.io/index.html puts up a fight, still Fyne has some weird bugs which is a minus, so if CRU doesn't win, it's at least a draw.)
Is there a callback, or signal for Entry, PasswordEntry, and SearchEntry if the user hits Enter?
The text was updated successfully, but these errors were encountered: