hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=780cf89dcc020e6e240483f0a9f52489d9a8401d
commit 780cf89dcc020e6e240483f0a9f52489d9a8401d Author: Hermet Park <[email protected]> Date: Mon Aug 8 23:59:52 2016 +0900 edc_editor: fix missing shortcut key updation. --- src/lib/edc_editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/edc_editor.c b/src/lib/edc_editor.c index 943ae37..4d3f3b3 100644 --- a/src/lib/edc_editor.c +++ b/src/lib/edc_editor.c @@ -1860,7 +1860,7 @@ edit_key_up_event_dispatch(edit_data *ed, const char *key) ed->ctrl_pressed = EINA_FALSE; //Link - if (!strcmp("F5", key)) + if (!strcmp("F3", key)) edit_link_activate(ed); return EINA_FALSE; --
