Send KeyEvents for Tab.

Needed for http://b/issue?id=2414236
main
Leon Scroggins 2010-02-08 10:34:58 -05:00
parent 5e643e9253
commit 8fa317a61a
1 changed files with 1 additions and 1 deletions

View File

@ -942,7 +942,7 @@ public class LatinIME extends InputMethodService
} }
break; break;
case 9 /*Tab*/: case 9 /*Tab*/:
sendKeyChar((char) primaryCode); sendDownUpKeyEvents(KeyEvent.KEYCODE_TAB);
break; break;
default: default:
if (isWordSeparator(primaryCode)) { if (isWordSeparator(primaryCode)) {