diff options
author | Xan Lopez <xan@igalia.com> | 2012-01-13 07:00:32 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-01-14 04:21:47 +0800 |
commit | 4b65fd9c5247e061cab42b550b1f444c4654622e (patch) | |
tree | 0ae154a525769c86276ecf264c2ea6c823e5e178 /src/ephy-window.c | |
parent | be08c39dc2cd36142fa299b96f2d6385390b70f2 (diff) | |
download | gsoc2013-epiphany-4b65fd9c5247e061cab42b550b1f444c4654622e.tar gsoc2013-epiphany-4b65fd9c5247e061cab42b550b1f444c4654622e.tar.gz gsoc2013-epiphany-4b65fd9c5247e061cab42b550b1f444c4654622e.tar.bz2 gsoc2013-epiphany-4b65fd9c5247e061cab42b550b1f444c4654622e.tar.lz gsoc2013-epiphany-4b65fd9c5247e061cab42b550b1f444c4654622e.tar.xz gsoc2013-epiphany-4b65fd9c5247e061cab42b550b1f444c4654622e.tar.zst gsoc2013-epiphany-4b65fd9c5247e061cab42b550b1f444c4654622e.zip |
ephy-window: add temporary extra binding for PageMenu
The default one is not working for some reason...
Diffstat (limited to 'src/ephy-window.c')
-rw-r--r-- | 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 d5e5f9a43..399b02262 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 }, |