Change Quit shortcut to Ctrl+Shift+Q
It is too easy to accidentally hit Ctrl+Q while aiming for Ctrl+A or Ctrl+W, and potentially very confusing if unexpected. Fixes: https://bugs.launchpad.net/bugs/748364
This commit is contained in:
parent
07659a468f
commit
4cc6ec5b67
1 changed files with 1 additions and 1 deletions
|
@ -4917,7 +4917,7 @@ static const GtkActionEntry entries[] =
|
|||
NULL, "<Ctrl>p",
|
||||
N_("Print the current page"), G_CALLBACK (_action_print_activate) },
|
||||
{ "Quit", GTK_STOCK_QUIT,
|
||||
NULL, "<Ctrl>q",
|
||||
NULL, "<Ctrl><Shift>q",
|
||||
N_("Quit the application"), G_CALLBACK (_action_quit_activate) },
|
||||
|
||||
{ "Edit", NULL, N_("_Edit"), NULL, NULL, G_CALLBACK (_action_edit_activate) },
|
||||
|
|
Loading…
Reference in a new issue