Re: [PATCH weston] input: don't run the key bindings on focus in

2014-11-24 Thread Pekka Paalanen
On Fri, 21 Nov 2014 13:45:04 + Daniel Stone wrote: > Yep, this is correct. > > (I'll get back to the other thread shortly.) > > -d > > On Thursday, November 20, 2014, Giulio Camuffo > wrote: > > > When getting the focus we get the list of pressed keys, but we are > > not supposed to run

Re: [PATCH weston] input: don't run the key bindings on focus in

2014-11-21 Thread Daniel Stone
Yep, this is correct. (I'll get back to the other thread shortly.) -d On Thursday, November 20, 2014, Giulio Camuffo wrote: > When getting the focus we get the list of pressed keys, but we are > not supposed to run the key binding on them. > --- > src/input.c | 6 -- > 1 file changed, 6 d

[PATCH weston] input: don't run the key bindings on focus in

2014-11-20 Thread Giulio Camuffo
When getting the focus we get the list of pressed keys, but we are not supposed to run the key binding on them. --- src/input.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/src/input.c b/src/input.c index 80aa34e..15ff6ed 100644 --- a/src/input.c +++ b/src/input.c @@ -1404,12 +1404,6 @