I can no reproduce your error. Client keys with alt+p work fine.
I think, that despite the fact that you have searched and not found, 
there is still an application that uses this combination.
Try it in a minimal environment.

On Mon, Feb 03, 2014 at 02:36:27PM +0100, Manuel Kasser wrote:
> Am 03.02.2014 10:49, schrieb Maxim Bulatov:
> > Can you create small config file with this error? I want reproduce it.
> 
> Which type of a config file would you prefer?
> 
> Easiest is probably just to add another Key either into your globalkeys
> or clientkeys table, similar to the file appended, in your rc.lua (or
> wherever you have your keybinds).
> 
> in the globalkeys-table it works fine for me, in the clientkeys-table it
> simply does nothing on keypress here. (Mod1 is the Alt-key)
> 
> 
> Tell me if you could reproduce it. I'd really appreciate that.
> 
> Concerning the error: the error is just ignoring my actions, nothing in
> the logs or whereever.
> 
> 
> Cheers,
> Manuell

> 
> globalkeys = awful.util.table.join(
>       --[...]
>       awful.key({ "Mod1",             }, "p",         function () 
> naughty.notify({text = "hello"})  end),
>       --[...]
> )
> 
> clientkeys = awful.util.table.join(
>       --[...]
>       awful.key({ "Mod1",             }, "p",         function () 
> naughty.notify({text = "hello"})  end),
>       --[...]
> )


-- 
To unsubscribe, send mail to [email protected].

Reply via email to