got it...just had to send:
sendDownUpKeyEvents(KeyEvent.KEYCODE_SHIFT_LEFT);

On Monday, 5 November 2012 03:14:24 UTC-5, raj wrote:
>
> Hi,
>
> I am learning android programming and have taken the task of creating my 
> own IME.
> I am using LatinIME for this and creating my own SWYPE keyboard.
>
> How can I implement the select-text with arrow keys that we have in SWYPE?
> I have implemented the arrow-keys and can move the cursor around, but do 
> not know how to make the selection work.
>
> ic.setSelection(start, end) is one available function, but do not getting 
> how to correctly set those values either.
>
> Any help is appreciated.
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to