Export to GitHub

extkeyboardremapper - issue #9

Handle external keyboard "suppr" key


Posted on Jun 22, 2011 by Grumpy Dog

Allow suppr to work as a desktop pc (remove char on the right)

Comment #1

Posted on Jun 23, 2011 by Grumpy Dog

Problem : Froyo does not equivalent keycode.

KEYCODE_FORWARD_DEL (decimal 112) was introduced in API level 11

We should transmit this if system is >= 11 and rely on editor command otherwise.

Status: Accepted

Labels:
Type-Enhancement Priority-Medium