discomfitor pushed a commit to branch enlightenment-0.20.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=17e32f578659398f91e4741f2c6014a4962bafc3

commit 17e32f578659398f91e4741f2c6014a4962bafc3
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Thu Mar 31 14:03:29 2016 -0400

    apply compositor keybinds if an action client that is not focus exists
---
 src/bin/e_comp_canvas.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/e_comp_canvas.c b/src/bin/e_comp_canvas.c
index e620c7a..8b5b0de 100644
--- a/src/bin/e_comp_canvas.c
+++ b/src/bin/e_comp_canvas.c
@@ -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

-- 


Reply via email to