diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-05-29 20:00:36 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-05-29 20:09:53 +0800 |
commit | 4860654335aea6d742215cea7f462c2e2ff2c93c (patch) | |
tree | 2addafc9f1aafd85bb1d6610d4cee6c071dc4d89 /shell | |
parent | 2d251a9597311d4eaaa73556c2c72af5fe62a86e (diff) | |
download | gsoc2013-evolution-4860654335aea6d742215cea7f462c2e2ff2c93c.tar gsoc2013-evolution-4860654335aea6d742215cea7f462c2e2ff2c93c.tar.gz gsoc2013-evolution-4860654335aea6d742215cea7f462c2e2ff2c93c.tar.bz2 gsoc2013-evolution-4860654335aea6d742215cea7f462c2e2ff2c93c.tar.lz gsoc2013-evolution-4860654335aea6d742215cea7f462c2e2ff2c93c.tar.xz gsoc2013-evolution-4860654335aea6d742215cea7f462c2e2ff2c93c.tar.zst gsoc2013-evolution-4860654335aea6d742215cea7f462c2e2ff2c93c.zip |
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
Diffstat (limited to 'shell')
-rw-r--r-- | shell/e-shell-window-actions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-window-actions.c b/shell/e-shell-window-actions.c index ec10c9e30b..3dcaa73585 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 }, |