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
This commit is contained in:
Carsten Haitzler 2006-01-12 03:28:04 +00:00
parent 28ded42f0d
commit f74e4a6bbc
2 changed files with 2 additions and 2 deletions

View File

@ -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");

View File

@ -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