I'm using the soft keyboard for Android 3.2. The problem is I can't find the keyCode for the button on the bottom left that minimizes the keyboard.
I used a switch case for onKeyDown to display the keyCode and it seems to be the only one without a value. I figured it would have the same code as the back button since that is what it replaces but no such luck.
onKeyDownmethod, even if theKeyEventclass has no constant describing it, you do have a value. – Jong Jan 13 '12 at 23:14onKeyDown()is beeing called or not? If it does - you can a value. – Hit Oct 5 '12 at 12:30