change exebuf to alt+escape - some keyboards donthave a grave key (other
authorCarsten Haitzler <raster@rasterman.com>
Thu, 12 Jan 2006 03:28:04 +0000 (03:28 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Thu, 12 Jan 2006 03:28:04 +0000 (03:28 +0000)
keymaps for example) :) - if this conflicts - we can try something else :)

SVN revision: 19733

src/bin/e_config.c
src/bin/e_config.h

index b0db08c..e75274d 100644 (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");
index b1b5080..549f6ce 100644 (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