change defaults not to flicker on key and produce sounds

This commit is contained in:
Boris Faure 2014-02-26 21:21:25 +01:00
parent f1deb3ca3e
commit f757868436
1 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,7 @@ config_load(const char *key)
config->translucent = EINA_FALSE;
config->jump_on_change = EINA_TRUE;
config->jump_on_keypress = EINA_TRUE;
config->flicker_on_key = EINA_TRUE;
config->flicker_on_key = EINA_FALSE;
config->disable_cursor_blink = EINA_FALSE;
config->disable_visual_bell = EINA_FALSE;
s = eina_unicode_unicode_to_utf8(sep, &slen);