0

I am trying to get focus on first key of Android default keyboard (my target API is 10 and version is 2.3.4). Or if it is not possible, can I atleast modify the sample keyboard and get focus on the first key there. In sample key board first key is 'Q.' Can anyone help with the problem?

Thanks in advance!

Vivek Kalkur
  • 2,200
  • 2
  • 21
  • 40
chandanmahmud
  • 171
  • 1
  • 7

1 Answers1

0

Hi i do not know if this is gonna help you but it can get you on the right track maybe, you can check this out

Community
  • 1
  • 1
Lars
  • 915
  • 4
  • 18
  • 27
  • I have tried many things. For instance using the sample key board, i tried to change the attributes, from hackers keyboard I tried to do the same. The problem is the focus is always on the editor. It never comes down to the keyboard. I am actually struggling with this issue for long time. any further help would be appreciated. – chandanmahmud Nov 22 '11 at 09:03