[sylpheed:34647] <control>Return

Emanuel Haupt ehaupt at critical.ch
Mon Jul 11 22:04:13 JST 2011


I've just updated from 3.1.0 to 3.1.1 and found out that the shortcut
to send a mail (<control>Return) has been changed to <shift><control>E.
 
While I could imagine that the old shortcut had some serious foot
shooting potential, I (and possibly many others) was using it since the
dawn of time.

Would you please consider changing it either back or make it
configurable?

For now I've patched it back:

--- patch begins here ---
--- ./src/compose.c.orig        2011-07-11 14:49:37.000000000 +0200
+++ ./src/compose.c     2011-07-11 14:50:12.000000000 +0200
@@ -576,7 +576,7 @@
 static GtkItemFactoryEntry compose_entries[] =
 {
        {N_("/_File"),                          NULL, NULL, 0, "<Branch>"},
-       {N_("/_File/_Send"),                    "<shift><control>E",
+       {N_("/_File/_Send"),                    "<control>Return",
                                                compose_send_cb, 0, NULL},
        {N_("/_File/Send _later"),              "<shift><control>S",
                                                compose_send_later_cb,  0, NULL},
--- patch ends here ---

Emanuel


More information about the Sylpheed mailing list