THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - K.T (nosuchmyname)
Attached to Project - awesome
Summary - Delegation to normal event handler from keygrabber
Task Type - Feature Request
Category - Core
Status - Unconfirmed
Assigned To -
Operating System - All
Severity - Low
Priority - Normal
Reported Version - git/master
Due in Version - Undecided
Due Date - Undecided
Details - It's great if the last function of keygrabber can delegate event
handling to the normal event handler, i.e. global or client key handler.
Without such a feature, I have to write helper functions to enable/disable
event handling when I want a handler which works only if some key is being
pressed:
awful.key({'Any'}, 'Mod4', function_to_enable_handler,
function_to_disable_handler)
awful.key({'Mod4'}, 'x', function() if handler_enabled then do_handle_event()
end)
More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1260
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].