hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=ec5c4242bb526d985caf7a564362be56b21fae7e
commit ec5c4242bb526d985caf7a564362be56b21fae7e Author: ChunEon Park <[email protected]> Date: Tue Feb 18 20:34:47 2014 +0900 config - default hotkey status is on. --- src/bin/config_data.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/config_data.c b/src/bin/config_data.c index c6f7899..f154d67 100644 --- a/src/bin/config_data.c +++ b/src/bin/config_data.c @@ -147,6 +147,7 @@ config_load() cd->part_highlight = EINA_TRUE; cd->dummy_swallow = EINA_TRUE; cd->auto_indent = EINA_TRUE; + cd->hotkeys = EINA_TRUE; } else { --
