[epiphany] ephy-window: add temporary extra binding for PageMenu



commit 4b65fd9c5247e061cab42b550b1f444c4654622e
Author: Xan Lopez <xan igalia com>
Date:   Fri Jan 13 00:00:32 2012 +0100

    ephy-window: add temporary extra binding for PageMenu
    
    The default one is not working for some reason...

 src/ephy-window.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index d5e5f9a..399b022 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -341,6 +341,10 @@ static const struct
 	const gchar *action;
 	gboolean fromToolbar;
 } extra_keybindings [] = {
+	/* 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_s,		GDK_CONTROL_MASK,	"FileSaveAs",		 FALSE },
 	{ GDK_KEY_R,		GDK_CONTROL_MASK |
 				GDK_SHIFT_MASK,		"ViewReload",		 FALSE },



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