I need to know when the user hits the Shift key (Soft Keyboard) in my EditText. currently, I’m using an addTextChangedListener, but it isn’t called when the Shift key is pressed (though it is when any other key is pressed)
What can I do to know when the user hits the Shift key?
Thanks,
Mat
the example below can help you
then by overriding the method of key listener you can sense the shift key
you can get android key code list here http://qdevarena.blogspot.com/2009/04/android-keycodes-list.html