Ephoto: Add ctrl+delete key binding to the single image view.

v-1.6.0
Stephen okra Houston 7 years ago
parent 911804ba72
commit aa18a9c320
  1. 4
      src/bin/ephoto_single_browser.c

@ -2350,6 +2350,10 @@ _key_down(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_UNUSED,
else
_flip_vert(sb);
}
else if (!strcmp(k, "Delete"))
{
_delete_image(sb, NULL, NULL);
}
return;
}

Loading…
Cancel
Save