File totem-Use-Ctrl+C-as-the-shortcut.patch of Package totem
From 5eeeedf49e0ad2956b026787cd7437c9b1befca4 Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess@hadess.net>
Date: Wed, 14 Nov 2012 18:09:26 +0000
Subject: save-file: Use Ctrl+C as the shortcut
So as not to clash with Eject which already uses Ctrl+E
https://bugzilla.gnome.org/show_bug.cgi?id=688298
---
diff --git a/src/plugins/save-file/totem-save-file.c b/src/plugins/save-file/totem-save-file.c
index 85c8fd5..c71b597 100644
--- a/src/plugins/save-file/totem-save-file.c
+++ b/src/plugins/save-file/totem-save-file.c
@@ -60,7 +60,7 @@ static void totem_save_file_plugin_copy (GtkAction *action,
TotemSaveFilePlugin *pi);
static GtkActionEntry totem_save_file_plugin_actions [] = {
- { "SaveFile", "save-as", N_("Save a Copy..."), "<Ctrl>E",
+ { "SaveFile", "save-as", N_("Save a Copy..."), "<Ctrl>C",
N_("Save a copy of the movie"),
G_CALLBACK (totem_save_file_plugin_copy) },
};
--
cgit v0.9.0.2