[totem/wip/hadess/fix-shortcuts: 4/6] skipto: Use <Primary> rather than <Control> in the shortcut




commit c01407676b94065fd42174329ac804a748225432
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]