From: Carsten Haitzler Date: Thu, 12 Jan 2006 03:28:04 +0000 (+0000) Subject: change exebuf to alt+escape - some keyboards donthave a grave key (other X-Git-Tag: submit/efl/20131021.015651~14175 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f74e4a6bbc0fe2c2a4f7050ea507255d3f638718;p=platform%2Fupstream%2Fenlightenment.git change exebuf to alt+escape - some keyboards donthave a grave key (other keymaps for example) :) - if this conflicts - we can try something else :) SVN revision: 19733 --- diff --git a/src/bin/e_config.c b/src/bin/e_config.c index b0db08c..e75274d 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 b1b5080..549f6ce 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