What needs to be passed to an editor from a keyboard app to move the cursor one char left?
Posted
by
yno
on Stack Overflow
See other posts from Stack Overflow
or by yno
Published on 2010-09-18T16:09:23Z
Indexed on
2011/01/07
4:53 UTC
Read the original article
Hit count: 192
What key code does an Android editor app expect the keyboard app to send when it is going to be interpreted as a left arrow? In other words, what is the keyboard program supposed to send to its calling program (some kind of editor) if the user intends to move the cursor one char to the left? A related issue: what do the minus values for the "android:codes" attribute mean? () Any pointers to these issues will be appreciated.
© Stack Overflow or respective owner