edc_editor: fix missing shortcut key updation.

This commit is contained in:
Hermet Park 2016-08-08 23:59:52 +09:00
parent b3afcc4810
commit 780cf89dcc
1 changed files with 1 additions and 1 deletions

View File

@ -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;