Re: [PATCH v2 3/3] clients: Disable popup shortcut in stacking demo

2015-10-21 Thread Derek Foreman
Looks like this has been NAK'd a couple of times now and the preferred solution is to fix popup initiation from keyboard, so I'm going to remove this patch from patchwork. Sorry, Derek On 06/10/15 04:48 PM, Ben Hummon wrote: > Weston does not allow popup menus initiated by keyboard. Remove the >

Re: [PATCH v2 3/3] clients: Disable popup shortcut in stacking demo

2015-10-13 Thread Bill Spitzak
On 10/06/2015 02:48 PM, Ben Hummon wrote: Weston does not allow popup menus initiated by keyboard. Remove the broken keyboard shorcut for a popup from the stacking demo. Signed-off-by: Ben Hummon --- clients/stacking.c | 8 ++-- 1 file changed, 2

Re: [PATCH v2 3/3] clients: Disable popup shortcut in stacking demo

2015-10-13 Thread Jasper St. Pierre
Agreed. It should be possible to pop up windows from the keyboard. On Tue, Oct 13, 2015 at 8:41 AM, Bill Spitzak wrote: > On 10/06/2015 02:48 PM, Ben Hummon wrote: >> >> Weston does not allow popup menus initiated by keyboard. Remove the >> broken keyboard shorcut for a popup

[PATCH v2 3/3] clients: Disable popup shortcut in stacking demo

2015-10-06 Thread Ben Hummon
Weston does not allow popup menus initiated by keyboard. Remove the broken keyboard shorcut for a popup from the stacking demo. Signed-off-by: Ben Hummon --- clients/stacking.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git