From ec5c4242bb526d985caf7a564362be56b21fae7e Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Tue, 18 Feb 2014 20:34:47 +0900 Subject: [PATCH] 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 {