Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_config.c e_config.h Log Message: change exebuf to alt+escape - some keyboards donthave a grave key (other keymaps for example) :) - if this conflicts - we can try something else :) =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_config.c,v retrieving revision 1.137 retrieving revision 1.138 diff -u -3 -r1.137 -r1.138 --- e_config.c 12 Jan 2006 02:12:21 -0000 1.137 +++ e_config.c 12 Jan 2006 03:28:04 -0000 1.138 @@ -1068,7 +1068,7 @@ 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"); =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_config.h,v retrieving revision 1.75 retrieving revision 1.76 diff -u -3 -r1.75 -r1.76 --- e_config.h 12 Jan 2006 02:12:21 -0000 1.75 +++ e_config.h 12 Jan 2006 03:28:04 -0000 1.76 @@ -44,7 +44,7 @@ * 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 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs