[totem] main: Add missing Ctrl+M DVD root menu shortcut
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] main: Add missing Ctrl+M DVD root menu shortcut
- Date: Fri, 10 May 2013 16:15:34 +0000 (UTC)
commit de8d586434f1074fe1b6fb367e432319e3575abe
Author: Bastien Nocera <hadess hadess net>
Date: Fri May 10 17:36:59 2013 +0200
main: Add missing Ctrl+M DVD root menu shortcut
src/totem-menu.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/totem-menu.c b/src/totem-menu.c
index b03d8a0..99916a0 100644
--- a/src/totem-menu.c
+++ b/src/totem-menu.c
@@ -261,7 +261,9 @@ totem_app_menu_setup (Totem *totem)
appmenu = (GMenuModel *)gtk_builder_get_object (totem->xml, "appmenu");
gtk_application_set_app_menu (GTK_APPLICATION (totem), appmenu);
+ /* FIXME: https://bugzilla.gnome.org/show_bug.cgi?id=700085 */
gtk_application_add_accelerator (GTK_APPLICATION (totem), "<Primary>G", "app.next-angle", NULL);
+ gtk_application_add_accelerator (GTK_APPLICATION (totem), "<Primary>M", "app.next-angle", NULL);
gtk_window_set_application (GTK_WINDOW (totem->win), GTK_APPLICATION (totem));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]