From 17e32f578659398f91e4741f2c6014a4962bafc3 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 31 Mar 2016 14:03:29 -0400 Subject: [PATCH] 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 e620c7ab6..8b5b0de1a 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