Re: [PATCH] Fix issue with awful.menu keygrabber collisions

2012-05-01 Thread Uli Schlachter
On 30.04.2012 17:55, dodo wrote: On 21 April 2012 10:36, Anurag Priyam anurag08pri...@gmail.com wrote: On Sat, Apr 21, 2012 at 1:19 PM, Uli Schlachter psyc...@znc.in wrote: On 21.04.2012 09:09, Anurag Priyam wrote: Say I run two grabbers one after the other. If the second grabber returns

Re: [PATCH] Fix issue with awful.menu keygrabber collisions

2012-04-30 Thread dodo
On 21 April 2012 10:36, Anurag Priyam anurag08pri...@gmail.com wrote: On Sat, Apr 21, 2012 at 1:19 PM, Uli Schlachter psyc...@znc.in wrote: On 21.04.2012 09:09, Anurag Priyam wrote: Say I run two grabbers one after the other.  If the second grabber returns false, the event will be dispatched

Re: [PATCH] Fix issue with awful.menu keygrabber collisions

2012-04-21 Thread Anurag Priyam
On Sat, Apr 21, 2012 at 9:20 AM, dodo dodo.the.l...@googlemail.com wrote: not quite. you tell awful.keygrabber that you want keys but if someone after you asks for keys as well he will get it until he leaves it and you're back in key control again. the attachment might describe it in a better

Re: [PATCH] Fix issue with awful.menu keygrabber collisions

2012-04-21 Thread Uli Schlachter
On 21.04.2012 09:09, Anurag Priyam wrote: On Sat, Apr 21, 2012 at 9:20 AM, dodo dodo.the.l...@googlemail.com wrote: not quite. you tell awful.keygrabber that you want keys but if someone after you asks for keys as well he will get it until he leaves it and you're back in key control again.

Re: [PATCH] Fix issue with awful.menu keygrabber collisions

2012-04-21 Thread dodo
On 21 April 2012 09:49, Uli Schlachter psyc...@znc.in wrote: On 21.04.2012 09:09, Anurag Priyam wrote: On Sat, Apr 21, 2012 at 9:20 AM, dodo dodo.the.l...@googlemail.com wrote: not quite. you tell awful.keygrabber that you want keys but if someone after you asks for keys as well he will get it

Re: [PATCH] Fix issue with awful.menu keygrabber collisions

2012-04-21 Thread Anurag Priyam
On Sat, Apr 21, 2012 at 1:19 PM, Uli Schlachter psyc...@znc.in wrote: On 21.04.2012 09:09, Anurag Priyam wrote: Say I run two grabbers one after the other.  If the second grabber returns false, the event will be dispatched to the first one without removing the second one from the stack.  This

Re: [PATCH] Fix issue with awful.menu keygrabber collisions

2012-04-20 Thread dodo
On 18 April 2012 18:23, Uli Schlachter psyc...@znc.in wrote: On 15.04.2012 04:53, dodo wrote: sorry,  for the late response .. Sorry, too. My internet connection broke. :-( On 26 March 2012 17:28, Uli Schlachter psyc...@znc.in wrote: [...] Dodo, why does awful.menu allow the functions for

Re: [PATCH] Fix issue with awful.menu keygrabber collisions

2012-04-20 Thread Uli Schlachter
On 20.04.2012 15:18, dodo wrote: On 18 April 2012 18:23, Uli Schlachter psyc...@znc.in wrote: On 15.04.2012 04:53, dodo wrote: 2. add awful.keygrabber which would handle a stack and `route` the key events to the right widget. So you mean that instead of starting a keygrabber directly, I tell

Re: [PATCH] Fix issue with awful.menu keygrabber collisions

2012-04-20 Thread dodo
On 20 April 2012 17:30, Uli Schlachter psyc...@znc.in wrote: On 20.04.2012 15:18, dodo wrote: On 18 April 2012 18:23, Uli Schlachter psyc...@znc.in wrote: On 15.04.2012 04:53, dodo wrote: 2. add awful.keygrabber which would handle a stack and `route` the key events to the right widget. So

Re: [PATCH] Fix issue with awful.menu keygrabber collisions

2012-04-18 Thread Uli Schlachter
On 15.04.2012 04:53, dodo wrote: sorry, for the late response .. Sorry, too. My internet connection broke. :-( On 26 March 2012 17:28, Uli Schlachter psyc...@znc.in wrote: [...] Dodo, why does awful.menu allow the functions for executing menu entries to return false in which case the menu

Re: [PATCH] Fix issue with awful.menu keygrabber collisions

2012-04-14 Thread dodo
sorry, for the late response .. On 26 March 2012 17:28, Uli Schlachter psyc...@znc.in wrote: On 26.03.2012 16:55, Alexander Yakushev wrote: The problem was described here: http://thread.gmane.org/gmane.comp.window-managers.awesome.devel/6921 The patch looks not very elegant but I don't know

Re: [PATCH] Fix issue with awful.menu keygrabber collisions

2012-03-26 Thread Uli Schlachter
On 26.03.2012 16:55, Alexander Yakushev wrote: The problem was described here: http://thread.gmane.org/gmane.comp.window-managers.awesome.devel/6921 The patch looks not very elegant but I don't know how to make it better provided we want to save the visible == true functionality. I guess