Re: [android-developers] Android onKey is not fired for soft keyboard on a nexus one

2010-12-05 Thread Dianne Hackborn
Because the IME has a much more complicated interaction than just key events, to support things like candidate text and other features. Its communication is through the InputConnection interface. On Sun, Dec 5, 2010 at 5:02 AM, oriharel wrote: > I'm trying to catch onKey events from a soft keyb

[android-developers] Android onKey is not fired for soft keyboard on a nexus one

2010-12-05 Thread oriharel
I'm trying to catch onKey events from a soft keyboard. however, only few keys fire the onKey event (Delete, back, etc.). not regular characters. anyone know why? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send em