I would like to catch the press of any key of the soft keyboard. At least Enter & Backspace keys.
I've tried:
OnKeyListener
for EditTextonKeyDown
for ActivitydispatchKeyEvent
for ActivityonEditorAction
for my custom EditText
Nothing works. Yes, I know that all these methods are guaranteed for hardware key events only but what do I have to do to know that the Enter(for example) was pressed in this case?