This commit breaks my key binding for "Alt+Shift+L". "Ctrl+F1" still
work fine.

On 16-01-25 13:57, Mike Blumenkrantz wrote:
> discomfitor pushed a commit to branch master.
> 
> http://git.enlightenment.org/core/enlightenment.git/commit/?id=6544ae2c652ef39291665d39b7958860ddaa139d
> 
> commit 6544ae2c652ef39291665d39b7958860ddaa139d
> Author: Mike Blumenkrantz <[email protected]>
> Date:   Mon Jan 25 16:56:52 2016 -0500
> 
>     add back binding key->keyname check in e_bindings_key_event_find()
>     
>     second copy/paste failure of the day...
> ---
>  src/bin/e_bindings.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/bin/e_bindings.c b/src/bin/e_bindings.c
> index 5dff5bd..e3a9c63 100644
> --- a/src/bin/e_bindings.c
> +++ b/src/bin/e_bindings.c
> @@ -681,7 +681,7 @@ e_bindings_key_event_find(E_Binding_Context ctxt, 
> Ecore_Event_Key *ev, E_Binding
>     mod = _e_bindings_modifiers(ev->modifiers);
>     EINA_LIST_FOREACH(key_bindings, l, binding)
>       {
> -        if ((binding->key) && (!strcmp(binding->key, ev->key)) &&
> +        if ((binding->key) && (!strcmp(binding->key, ev->key)) && 
> (!strcmp(binding->key, ev->keyname)) &&
>              ((binding->any_mod) || (binding->mod == mod)))
>            {
>               if (!_e_bindings_context_match(binding->ctxt, ctxt)) continue;
> 
> -- 
> 
> 

-- 
Boris Faure
Pointer Arithmetician

Attachment: signature.asc
Description: Digital signature

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to