Is their any way to get click event of keyboard in android? Actually I am developing one app and need the click event of the keyboard. Example, if user press the alphabets 'a' from keyboard in android phone then I want the click event of 'a'. Recently I came across the onKeyListener and used the various KeyCode, but eventually it didn't helped me. Is their any way to get click event of keyboard