[totem] screenshot: Fix keyboard shortcut in menu
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] screenshot: Fix keyboard shortcut in menu
- Date: Fri, 10 May 2013 16:14:59 +0000 (UTC)
commit 24a1ad56b48e44c4d31dd7aaf1d97b42d25ac0fa
Author: Bastien Nocera <hadess hadess net>
Date: Fri May 10 16:34:55 2013 +0200
screenshot: Fix keyboard shortcut in menu
src/plugins/screenshot/totem-screenshot-plugin.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/screenshot/totem-screenshot-plugin.c
b/src/plugins/screenshot/totem-screenshot-plugin.c
index 8c1af60..dc838fd 100644
--- a/src/plugins/screenshot/totem-screenshot-plugin.c
+++ b/src/plugins/screenshot/totem-screenshot-plugin.c
@@ -365,7 +365,7 @@ impl_activate (PeasActivatable *plugin)
/* Install the menu */
menu = totem_object_get_menu_section (priv->totem, "screenshot-placeholder");
item = g_menu_item_new (_("Take _Screenshot"), "app.take-screenshot");
- g_menu_item_set_attribute (item, "accel", "s", "<Ctrl><Primary>S");
+ g_menu_item_set_attribute (item, "accel", "s", "<Primary><Alt>s");
g_menu_append_item (G_MENU (menu), item);
g_menu_append (G_MENU (menu), _("Create Screenshot _Gallery..."), "app.take-gallery");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]