Hi All,
I have created an App which has Entry and Button(Continue) widgets.
On press of Button(Continue) I am showing the next view.
I want to trigger button click event when user press "Enter Key" from keyboard after puting text in entry widget.
How can I listen key board "Enter Button" event?
Thank you.