From 33e2593878ef27416caaab79c0f46b1e38bd3227 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 6 Aug 2012 10:52:03 +0000 Subject: [PATCH] ensure keyboard remapping is always enabled on startup SVN revision: 74923 --- src/bin/e_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/e_main.c b/src/bin/e_main.c index 103df289c..77300afb8 100644 --- a/src/bin/e_main.c +++ b/src/bin/e_main.c @@ -976,6 +976,7 @@ main(int argc, char **argv) if (e_config->show_splash) e_init_status_set(_("Setup Bindings")); TS("E_Bindings Init"); + e_bindings_mapping_change_enable(EINA_TRUE); if (!e_bindings_init()) { e_error_message_show(_("Enlightenment cannot set up its bindings system.")); @@ -1114,6 +1115,7 @@ main(int argc, char **argv) inloop = EINA_TRUE; TS("MAIN LOOP AT LAST"); + e_bindings_mapping_change_enable(EINA_FALSE); if (!setjmp(x_fatal_buff)) ecore_main_loop_begin(); else