talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 79d63f051b8d9e160cca1dd400bc8a12e43ca0f4
parent 0a7b4563cce30d0274ac3d20742411706f8d2fca
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Sat, 19 Mar 2016 11:09:18 +0100

Change default show/hide shortcut to Ctrl+F12.

Diffstat:
Msrc/mainwindow.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainwindow.c b/src/mainwindow.c @@ -815,7 +815,7 @@ static GtkActionEntry mainwin_entries[] = static GtkToggleActionEntry mainwin_toggle_entries[] = { {"File/OfflineMode", NULL, N_("Offline _mode"), "<control>W", NULL, G_CALLBACK(toggle_work_offline_cb) }, /*toggle*/ - {"View/ShowHide/MenuBar", NULL, N_("Men_ubar"), "F12", NULL, G_CALLBACK(toggle_menubar_cb) }, /* toggle */ + {"View/ShowHide/MenuBar", NULL, N_("Men_ubar"), "<control>F12", NULL, G_CALLBACK(toggle_menubar_cb) }, /* toggle */ {"View/ShowHide/MessageView", NULL, N_("_Message view"), "V", NULL, G_CALLBACK(toggle_message_cb) }, /* toggle */ #ifndef GENERIC_UMPC {"View/ShowHide/StatusBar", NULL, N_("Status _bar"), NULL, NULL, G_CALLBACK(toggle_statusbar_cb) }, /* toggle */