editor: control + insert.

This commit is contained in:
Alastair Poole 2020-04-28 21:48:35 +01:00
parent 3848c35c72
commit a5aa6c2ee5
1 changed files with 4 additions and 0 deletions

View File

@ -911,6 +911,10 @@ _smart_cb_key_down(void *data EINA_UNUSED, Evas *e EINA_UNUSED,
{
edi_mainview_goto_popup_show();
}
else if (!strcmp(ev->key, "Insert"))
{
edi_mainview_copy();
}
else if (!strcmp(ev->key, "Del"))
{
edi_mainview_cut();