Add a keyboard shortcut for the help contents

This commit is contained in:
Pierre Pronchery 2017-10-24 14:59:53 +02:00
parent 929c503b22
commit 85d93c9d43

View File

@ -131,7 +131,7 @@ static const DesktopMenu _coder_menu_help[] =
{ N_("API _Reference"), G_CALLBACK(on_help_api_reference),
"help-contents", 0, 0 },
{ N_("_Contents"), G_CALLBACK(on_help_contents), "help-contents", 0,
0 },
GDK_KEY_F1 },
{ N_("_About"), G_CALLBACK(on_help_about), GTK_STOCK_ABOUT, 0, 0 },
{ NULL, NULL, NULL, 0, 0 }
};