Re: [PATCH libinput 1/2] touchpad: reduce the initial timeout for tapping after touch

2017-01-31 Thread Peter Hutterer
On Mon, Dec 12, 2016 at 03:53:02PM +1000, Peter Hutterer wrote: > This is the timeout before we decide "this is just a finger down, not a tap". > Until this timeout is hit a finger's movement is filtered. To allow for a more > responsive touchpad, we want that timeout as short as possible. > >

[PATCH weston] editor: unify key handling

2017-01-31 Thread Weng Xuetian
Key event from input method may send key from text_input_keysym, which should share the same logic with real keyboard event. Right now keysym like latin characters are not handled by text_input_keysym. Signed-off-by: Weng Xuetian --- clients/editor.c | 150