hermet pushed a commit to branch master.

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

commit eca2bb78892aae95279ed9c8fd6358d9a2540eca
Author: ChunEon Park <[email protected]>
Date:   Wed Aug 13 19:38:46 2014 +0900

    live_edit: changed short cut key.
---
 README         | 2 +-
 src/bin/main.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README
index c42b403..6c00b01 100644
--- a/README
+++ b/README
@@ -49,7 +49,7 @@ Ctrl+Right = On/Off Full Live View
 Ctrl+Top = On/Off Full Console View
 Ctrl+Bottom = On/Off Full Editors View
 Ctrl+T = Insert Defaut Template Code
-Ctrl+M = On/Off Live View Edit Mode
+Ctrl+E = On/Off Live View Edit Mode
 Ctrl+Mouse Wheel Up = View Scale Up / Font Size Up
 Ctrl+Mouse Wheel Down = View Scale Down / Font Size Down
 Ctrl+Shift+B = Insert Part Template Code: Textblock
diff --git a/src/bin/main.c b/src/bin/main.c
index 33221cb..b7388d5 100644
--- a/src/bin/main.c
+++ b/src/bin/main.c
@@ -201,7 +201,7 @@ ctrl_func(app_data *ad, const char *key)
         return ECORE_CALLBACK_DONE;
      }
    //Live Edit
-   if (!strcmp(key, "m") || !strcmp(key, "M"))
+   if (!strcmp(key, "e") || !strcmp(key, "E"))
      {
         live_edit_toggle();
         return ECORE_CALLBACK_DONE;

-- 


Reply via email to