[epiphany] ephy-window: add F10 accel for super menu



commit 07e358c8487b6424cf5b10613584421b141b8fae
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 ab8b405..ad40ad7 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]