I believe the API docs actually discourage this behavior unless you're implementing a custom keyboard. http://developer.android.com/reference/android/text/method/KeyListener.html
I think you want to implement a combination of imeOptions and setOnEditorActionListener. http://developer.android.com/guide/topics/ui/controls/text.html#Actions -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/KeyListener-trouble-tp5711992p5711997.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
