Open jneidel opened 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.
^e
private void do_save() { /* TBD */ }
Since the save keyboard shortcut is currently not implemented (see below), this introduces
^e
as a shortcut for faster keyboard driven interactions.