hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=c8e85f3a68d7b9d3ac91afafb9a5cfe5821aca52

commit c8e85f3a68d7b9d3ac91afafb9a5cfe5821aca52
Author: ChunEon Park <[email protected]>
Date:   Sat Mar 8 22:58:08 2014 +0900

    f5/f6 short cut keys had multiple functions.
    
    caused by dc3ce7be3f039aacc76140dda514b09edabc7761
---
 src/bin/main.c | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/src/bin/main.c b/src/bin/main.c
index c29c38a..1541fbd 100644
--- a/src/bin/main.c
+++ b/src/bin/main.c
@@ -274,20 +274,6 @@ main_key_down_cb(void *data, int type EINA_UNUSED, void 
*ev)
         menu_edc_load();
         return ECORE_CALLBACK_DONE;
      }
-   //Part Highlight
-   if (!strcmp(event->key, "F5"))
-     {
-        config_part_highlight_set(!config_part_highlight_get());
-        edit_part_highlight_toggle(ad->ed, EINA_TRUE);
-        return ECORE_CALLBACK_DONE;
-     }
-   //Swallow Dummy Object
-   if (!strcmp(event->key, "F6"))
-     {
-        config_dummy_swallow_set(!config_dummy_swallow_get());
-        view_dummy_toggle(VIEW_DATA, EINA_TRUE);
-        return ECORE_CALLBACK_DONE;
-     }
    //Line Number
    if (!strcmp(event->key, "F5"))
      {

-- 


Reply via email to