I can not load my preferences shortcuts keyboards. To take them into account I must reload e. I came across this error, "e_config_binding_key_match" uses "mouse_bindings" instead of "key_bindings". Unfortunately it does not change anything to my...

Summary: ...problem.

Reviewers: zmike!, devilhorns, raster

Reviewed By: raster

Subscribers: raster, cedric

Tags: #enlightenment-git

Differential Revision: https://phab.enlightenment.org/D6997
This commit is contained in:
Thierry 2020-05-14 11:28:02 +01:00 committed by Carsten Haitzler (Rasterman)
parent 48b555b204
commit 2a96a8dbaf
1 changed files with 1 additions and 1 deletions

View File

@ -2242,7 +2242,7 @@ e_config_binding_key_match(E_Config_Binding_Key *eb_in)
Eina_List *l;
E_Config_Binding_Key *eb;
EINA_LIST_FOREACH(e_bindings->mouse_bindings, l, eb)
EINA_LIST_FOREACH(e_bindings->key_bindings, l, eb)
{
if ((eb->context == eb_in->context) &&
(eb->modifiers == eb_in->modifiers) &&