diff options
Diffstat (limited to 'src/ephy-window.c')
-rw-r--r-- | 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 ab8b405ec..ad40ad7d5 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 }, |