From 4860654335aea6d742215cea7f462c2e2ff2c93c Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 29 May 2013 08:00:36 -0400 Subject: Use F9 to toggle sidebar visibility. As discussed recently on the users mailing list [1], there's a strong precedent among GTK+ applications for F9 to toggle sidebar visibility. Examples cited were Nautilus, Evince, Totem, Rhythmbox, File-Roller and gThumb. Change the Send/Receive accelerator from F9 to F12, and designate F9 as the accelerator for View->Layout->Show Side Bar. [1] https://mail.gnome.org/archives/evolution-list/2013-May/msg00194.html --- modules/mail/e-mail-shell-view-actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/mail') diff --git a/modules/mail/e-mail-shell-view-actions.c b/modules/mail/e-mail-shell-view-actions.c index f612d159b4..66effc1cab 100644 --- a/modules/mail/e-mail-shell-view-actions.c +++ b/modules/mail/e-mail-shell-view-actions.c @@ -1711,7 +1711,7 @@ static GtkActionEntry mail_entries[] = { { "mail-send-receive", "mail-send-receive", N_("Send / _Receive"), - "F9", + "F12", N_("Send queued items and retrieve new items"), G_CALLBACK (action_mail_send_receive_cb) }, -- cgit v1.2.3