Hello,
-- Given an IME and an underlying up connected to it, what's the easiest and themost straightforward way to send a control character (say Ctrl-A which usually does Select All) to the underlaying app. I tried sending sendKeyChar((char) 0x1 )
But only a space character is sent to the connected textfield.
I appreciate any help on this.
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
---
You received this message because you are subscribed to the Google Groups "Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment