Closed
Description
I'm trying to invoke cyclefocus using Alt+Escape
. For some reason this does not seem to work:
awful.key({ "Mod1", }, "Escape",
function (c)
cyclefocus.cycle({modifier="Alt_L"})
end,
{description = "cyclefocus", group = "client"}),
When I replace Escape
with Tab
it works as expected.
Am I missing anything?
Thanks
Activity