Jee wrote: > Hi > > I have a text view and launched soft keypad above it. > > Now what I want to do is that when the user presses the HARDWARE CLR > button, > the activity should receive the CLR key event. > > But my activity can't receive the event. Just soft keypad disappeared. > > Is it normal behavior? > > Is there any way to receive the hardware key event?
Try overriding onKeyPreIme() and see if it shows up there. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, $35/Year -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

