diff --git a/src/bin/e_config.c b/src/bin/e_config.c index b0db08c70..e75274d5d 100644 --- a/src/bin/e_config.c +++ b/src/bin/e_config.c @@ -1068,7 +1068,7 @@ e_config_init(void) eb = E_NEW(E_Config_Binding_Key, 1); eb->context = E_BINDING_CONTEXT_ANY; - eb->key = evas_stringshare_add("grave"); + eb->key = evas_stringshare_add("Escape"); eb->modifiers = E_BINDING_MODIFIER_ALT; eb->any_mod = 0; eb->action = evas_stringshare_add("exebuf"); diff --git a/src/bin/e_config.h b/src/bin/e_config.h index b1b508049..549f6ce9a 100644 --- a/src/bin/e_config.h +++ b/src/bin/e_config.h @@ -44,7 +44,7 @@ typedef Eet_Data_Descriptor E_Config_DD; * versioning feature. the value of this is really irrelevant - just as * long as it increases every time we change something */ -#define E_CONFIG_FILE_VERSION 134 +#define E_CONFIG_FILE_VERSION 135 #define E_EVAS_ENGINE_DEFAULT 0 #define E_EVAS_ENGINE_SOFTWARE_X11 1