phase1geo / Annotator

Image annotation for Elementary OS
GNU General Public License v3.0
209 stars 22 forks source link

Add a keyboard shortcut for exporting #104

Open jneidel opened 2 months ago

jneidel commented 2 months ago

Since the save keyboard shortcut is currently not implemented (see below), this introduces ^e as a shortcut for faster keyboard driven interactions.

private void do_save() {

    /* TBD */

}