[Xfce4-commits] <midori:master> Change Quit shortcut to Ctrl+Shift+Q
Christian Dywan
noreply at xfce.org
Sun Apr 3 22:36:01 CEST 2011
Updating branch refs/heads/master
to 4cc6ec5b6789005d32923ee38e775a2c66d9bfa4 (commit)
from 07659a468fbbba0e9b77af93a884838488b7f9ab (commit)
commit 4cc6ec5b6789005d32923ee38e775a2c66d9bfa4
Author: Christian Dywan <christian at twotoasts.de>
Date: Sun Apr 3 22:23:57 2011 +0200
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
midori/midori-browser.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index 7f3933b..f812335 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -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) },
More information about the Xfce4-commits
mailing list