[totem/wip/hadess/fix-shortcuts: 5/7] skipto: Use <Primary> rather than <Control> in the shortcut
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/wip/hadess/fix-shortcuts: 5/7] skipto: Use <Primary> rather than <Control> in the shortcut
- Date: Fri, 21 Aug 2020 23:37:23 +0000 (UTC)
commit e0bc0fc3dc1e3514830af157cc6220cf8b7f335e
Author: Bastien Nocera <hadess hadess net>
Date: Sat Aug 22 01:14:23 2020 +0200
skipto: Use <Primary> rather than <Control> in the shortcut
No functional difference on Linux.
src/plugins/skipto/totem-skipto-plugin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/skipto/totem-skipto-plugin.c b/src/plugins/skipto/totem-skipto-plugin.c
index f459de816..5a7600f2c 100644
--- a/src/plugins/skipto/totem-skipto-plugin.c
+++ b/src/plugins/skipto/totem-skipto-plugin.c
@@ -204,7 +204,7 @@ impl_activate (PeasActivatable *plugin)
menu = totem_object_get_menu_section (priv->totem, "skipto-placeholder");
item = g_menu_item_new (_("_Skip To…"), "app.skip-to");
- g_menu_item_set_attribute (item, "accel", "s", "<Ctrl>K");
+ g_menu_item_set_attribute (item, "accel", "s", "<Primary>k");
g_menu_append_item (G_MENU (menu), item);
totem_skipto_update_from_state (priv->totem, pi);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]