apply compositor keybinds if an action client that is not focus exists

This commit is contained in:
Mike Blumenkrantz 2016-03-31 14:03:29 -04:00
parent 783c35622d
commit 17e32f5786
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ _e_comp_cb_key_down(void *data EINA_UNUSED, int ev_type EINA_UNUSED, Ecore_Event
E_Client *ec;
ec = e_client_focused_get();
if (!ec) ec = e_client_action_get();
/* *block actions when no client is focused (probably something else did a grab here so we'll play nice)
* *block actions when menu is up
* *block actions when event (grab) window isn't comp window