I am creating custom android keyboard and I want delete key to delete all the edit text if they are selected.
i.e, when text is selected, clipboard(cut,copy,paste comes up); in that mode , if the delete key is pressed, it should delete all. It doesn't currently.
P.S don't tell me for a specific edit text, it is a custom keyboard, it won't have access to edit text.
KeyEvent
. That makes sense that I have to also send it as a key event from the other direction. – Ambuscade