THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#881 - Callable submenu item
User who did this - dodo (dodo)

----------
this should do the trick.

you can use it with adding a function in key 'cmd' to the submenu table.
example:
testmenu = awful.menu({ {"submenu", { {"a","cmda"},{"b","cmdb"} }}, {"folder", { {"test", 
{}}, cmd = function () print("works") end }} }) -- clicking on folder will print 'works'

when auto_expand is off clicking with the mouse will first open the menu.
when keygrabber is on enter will be invoking the cmd by default. (right is 
still enter the submenu).
----------

One or more files have been attached.

More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=881#comment2626

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

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

Reply via email to