I simply want to catch the event when the user press enter on an editText.
I did not get the Toast message, not the \"Enter pressed\" and not the \"Some key pressed!
android:inputType="text" and android:imeOptions="actionGo" do the wonder.
android:inputType="text"
android:imeOptions="actionGo"