Re: [PATCH weston 1/3] compositor,shell: move debug key code to core

2015-03-03 Thread Pekka Paalanen
On Mon, 2 Mar 2015 08:46:51 + Daniel Stone wrote: > Hi, > > On 2 March 2015 at 08:33, Pekka Paalanen wrote: > > The code for the key binding that triggers debug key bindings, that is, > > the code that makes mod+SHIFT+SPACE work, used to live in shell.c. I > > want to make the debug key bin

Re: [PATCH weston 1/3] compositor,shell: move debug key code to core

2015-03-02 Thread Daniel Stone
Hi, On 2 March 2015 at 08:33, Pekka Paalanen wrote: > The code for the key binding that triggers debug key bindings, that is, > the code that makes mod+SHIFT+SPACE work, used to live in shell.c. I > want to make the debug key bindings available in ivi-shell too, so this > code should be shared. M

[PATCH weston 1/3] compositor,shell: move debug key code to core

2015-03-02 Thread Pekka Paalanen
From: Pekka Paalanen The code for the key binding that triggers debug key bindings, that is, the code that makes mod+SHIFT+SPACE work, used to live in shell.c. I want to make the debug key bindings available in ivi-shell too, so this code should be shared. Move it to core. The code was originall