Hi guys,

I have a quite confusing problem: I want to bind a function to modkey +
p. However, it simply doesn't work.

Extract from clientkeys:
>    awful.key({ modkey,         },    "m",    functionone ), --works
>    awful.key({ modkey,         },    "p",    functiontwo ),  --doesn't

Function one is working perfectly, function two does not get called on
keypress.
The interesting point is: if I just swap "m" and "p" and thus simply
switch the bindings, function two works, function one does not, so it's
not the function but the keybind.

If I move the "p"-line into the globalkeys, everything works.

I am sure I have no doubling in binding something to "p". This occures
as well if "p" is the first entry or the very last entry.

I'm running out of ideas. Any ideas would be very appreciated. modkey is
"Alt_L" if that's of importance.

Cheers,
Manuel

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

Reply via email to