[evolution] Use F9 to toggle sidebar visibility.



commit 4860654335aea6d742215cea7f462c2e2ff2c93c
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed May 29 08:00:36 2013 -0400

    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 +-
 shell/e-shell-window-actions.c           |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/modules/mail/e-mail-shell-view-actions.c b/modules/mail/e-mail-shell-view-actions.c
index f612d15..66effc1 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) },
 
diff --git a/shell/e-shell-window-actions.c b/shell/e-shell-window-actions.c
index ec10c9e..3dcaa73 100644
--- a/shell/e-shell-window-actions.c
+++ b/shell/e-shell-window-actions.c
@@ -1093,7 +1093,7 @@ static GtkToggleActionEntry shell_toggle_entries[] = {
        { "show-sidebar",
          NULL,
          N_("Show Side _Bar"),
-         NULL,
+         "F9",
          N_("Show the side bar"),
          NULL,
          TRUE },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]