commit | aa7160b29a4f9538e6834c774a25b02588de90ff | [log] [tgz] |
---|---|---|
author | Jack Palevich <jackpal@google.com> | Wed Jun 10 11:54:02 2009 -0700 |
committer | Jack Palevich <jackpal@google.com> | Wed Jun 10 11:54:02 2009 -0700 |
tree | 30321d22307e506f0e520515f07bef97f7f5b975 | |
parent | 4a653edc67019659dbcd9ada0a351d41e556bcbb [diff] |
Fix enter key and control keys in Terminal emulator. Previously the enter key only worked after the trackball had been clicked at least once. Fixed by calling setFocibleInTouchMode. Fix bug where control keys didn't work with the soft keyboard. Fix some warnings reported by Eclipse IDE. (Missing @Overrides, needless imports, unused variables.)