[PATCH] editor: Add support for editing text using the keyboard

2012-10-11 Thread Rob Bradford
From: Rob Bradford This simple change allows you to drive the editor using the keyboard (supporting backspace and delete and left and right arrow keys.) The idea behind this change is to allow the testing of the interoperation between a virtual keyboard and real one. Signed-off-by: Rob Bradford

Re: [PATCH] editor: Add support for editing text using the keyboard

2012-09-17 Thread Jan Arne Petersen
Hi, On 09/14/2012 07:21 PM, Rob Bradford wrote: > This simple change allows you to drive the editor using the keyboard > (supporting backspace and delete and left and right arrow keys.) The idea > behind this change is to allow the testing of the interoperation between a > virtual keyboard and rea

[PATCH] editor: Add support for editing text using the keyboard

2012-09-14 Thread Rob Bradford
From: Rob Bradford This simple change allows you to drive the editor using the keyboard (supporting backspace and delete and left and right arrow keys.) The idea behind this change is to allow the testing of the interoperation between a virtual keyboard and real one. Signed-off-by: Rob Bradford