Re: [yocto] [matchbox-wm][PATCH 2/2] keys: Grab all modifier combos

2016-04-12 Thread Burton, Ross
On 12 April 2016 at 12:43, Jussi Kukkonen wrote: > Handle even the last combo, the one with all modifiers applied at the > same time. > This and 1/2 both pushed to master, thanks Jussi! Ross -- ___ yocto mailing list

[yocto] [matchbox-wm][PATCH 2/2] keys: Grab all modifier combos

2016-04-12 Thread Jussi Kukkonen
Handle even the last combo, the one with all modifiers applied at the same time. Signed-off-by: Jussi Kukkonen --- src/keys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keys.c b/src/keys.c index 68c27dd..bc83bd4 100644 --- a/src/keys.c +++