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 a352a6d197
commit 53c6b3ca19
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ _key_down(int ctx, Ecore_Event_Key *ev)
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