Hello,

I want to add some keybindings like:

awful.key( {}, "Menu", "a",
                  function ()
                       local screen = mouse.screen
                        if tags[screen][10] then
                            awful.tag.viewonly(tags[screen][10])
                        end
                  end))

but it doesn't work. If I press ‘Menu’, the function is called.
How can I use, something like that?




Ktrask

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

Reply via email to