]> spindle.queued.net Git - midori/commitdiff
Change Quit shortcut to Ctrl+Shift+Q
authorChristian Dywan <christian@twotoasts.de>
Sun, 3 Apr 2011 20:23:57 +0000 (22:23 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sun, 3 Apr 2011 20:23:57 +0000 (22:23 +0200)
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
midori/midori-browser.c

index 7f3933b4244e6ac8cf5753c0aad6421cd6e57367..f812335afe65db05c0e5c6e9740d42aab836be08 100644 (file)
@@ -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) },