[epiphany/gnome-3-6] ephy-window: add F10 accel for super menu



commit bdc085484ecc5cc3e0677e7a5126d1174f03bd62
Author: Xan Lopez <xan igalia com>
Date:   Sun Oct 7 10:44:51 2012 -0400

    ephy-window: add F10 accel for super menu
    
    Same as Files.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=673878

 src/ephy-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 8fd60aa..2605b73 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -278,7 +278,7 @@ static const struct
 	/* FIXME: PageMenu should have its accel without being in the
 	 * extra keybindings, but does not seem to work for some
 	 * reason. */
-	{ GDK_KEY_e,		GDK_MOD1_MASK,	        "PageMenu",		 TRUE },
+	{ GDK_KEY_F10,		0,			"PageMenu",		 TRUE },
 	{ GDK_KEY_Home,		GDK_MOD1_MASK,	        "FileHome",		 TRUE },
 	/* FIXME: these are not in any menu for now, so add them here. */
 	{ GDK_KEY_F11,          0,                      "ViewFullscreen",        FALSE },



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]