[Xfce4-commits] <postler:master> Assign shortcuts to Reply, ReplyAll and Forward

Christian Dywan noreply at xfce.org
Thu Jun 3 03:24:01 CEST 2010


Updating branch refs/heads/master
         to 282000071c5828a04a3c546726d8df7f1739461e (commit)
       from 006f4d384e5109340057545cde0af589fbc41b02 (commit)

commit 282000071c5828a04a3c546726d8df7f1739461e
Author: Christian Dywan <christian at twotoasts.de>
Date:   Wed Jun 2 18:23:53 2010 +0200

    Assign shortcuts to Reply, ReplyAll and Forward

 postler/postler-bureau.vala |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/postler/postler-bureau.vala b/postler/postler-bureau.vala
index 31cfcea..219b62f 100644
--- a/postler/postler-bureau.vala
+++ b/postler/postler-bureau.vala
@@ -141,11 +141,11 @@ public class Postler.Bureau : Gtk.Window {
           N_("Receive mail on all accounts"), action_mail_receive },
         { "MessageNew", STOCK_MAIL_MESSAGE_NEW, null, "<Ctrl>m",
           N_("Compose a new message"), action_message_new },
-        { "MessageReply", STOCK_MAIL_REPLY_SENDER, null, "",
+        { "MessageReply", STOCK_MAIL_REPLY_SENDER, null, "<Ctrl>r",
           N_("Reply to the sender of the message"), action_message_reply },
-        { "MessageReplyAll", STOCK_MAIL_REPLY_ALL, null, "",
+        { "MessageReplyAll", STOCK_MAIL_REPLY_ALL, null, "<Ctrl><Shift>r",
           N_("Reply to all recipients"), action_message_reply_all },
-        { "MessageForward", STOCK_MAIL_FORWARD, null, "",
+        { "MessageForward", STOCK_MAIL_FORWARD, null, "<Ctrl>f",
           N_("Forward message"), action_message_forward },
         { "MessageDelete", Gtk.STOCK_DELETE, null, "Delete",
           N_("Delete message"), action_delete },



More information about the Xfce4-commits mailing list