Re: [PATCH 2/4] keyboard: Allow backspace for pre-edit text

2012-09-18 Thread Bill Spitzak
Jan Arne Petersen wrote: On 09/18/2012 02:29 AM, Bill Spitzak wrote: I feel it would be better to confirm the pre-edit at this point, then send the backspace to the application. With a virtual keyboard one usually keeps the current word in the composing (pre-edit) state (to allow correction/pr

Re: [PATCH 2/4] keyboard: Allow backspace for pre-edit text

2012-09-18 Thread Jan Arne Petersen
On 09/18/2012 02:29 AM, Bill Spitzak wrote: > I feel it would be better to confirm the pre-edit at this point, then > send the backspace to the application. With a virtual keyboard one usually keeps the current word in the composing (pre-edit) state (to allow correction/prediction). I do not think

Re: [PATCH 2/4] keyboard: Allow backspace for pre-edit text

2012-09-17 Thread Bill Spitzak
I feel it would be better to confirm the pre-edit at this point, then send the backspace to the application. On 09/17/2012 06:28 AM, Jan Arne Petersen wrote: From: Jan Arne Petersen When there is a pre-edit text delete the last character of the pre-edit text with the backspace key. --- clie

[PATCH 2/4] keyboard: Allow backspace for pre-edit text

2012-09-17 Thread Jan Arne Petersen
From: Jan Arne Petersen When there is a pre-edit text delete the last character of the pre-edit text with the backspace key. --- clients/keyboard.c | 5 + 1 file changed, 5 insertions(+) diff --git a/clients/keyboard.c b/clients/keyboard.c index bf0e9f0..8820a22 100644 --- a/clients/keyboar