efm now supports F5 for refresh

SVN revision: 78535
This commit is contained in:
Mike Blumenkrantz 2012-10-26 13:35:30 +00:00
parent eb6f06d8dc
commit eeb071c819
1 changed files with 2 additions and 0 deletions

View File

@ -7431,6 +7431,8 @@ _e_fm2_cb_key_down(void *data, Evas *e __UNUSED__, Evas_Object *obj, void *event
}
}
}
else if (!strcmp(ev->key, "F5"))
e_fm2_refresh(obj);
else if (!strcmp(ev->key, "Insert"))
{
/* dunno what to do with this yet */