RhetTbull / guitk

Python GUI Toolkit for Tk (guitk): simplify the layout and construction of tkinter graphical user interfaces in python using a declarative syntax.
MIT License
17 stars 1 forks source link

Pressing Enter in an Entry should be it's own event #26

Closed RhetTbull closed 1 year ago

RhetTbull commented 1 year ago

Right now, you need to look at the event.event.keysym == "Return" to catch Enter.