[epiphany/newmenus] ephy-window: add temporary extra binding for PageMenu
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/newmenus] ephy-window: add temporary extra binding for PageMenu
- Date: Thu, 12 Jan 2012 23:01:07 +0000 (UTC)
commit 13e7780629a60bcae0e813b7b8d337faa7f962bc
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]