diff options
author | Xan Lopez <xan@igalia.com> | 2012-10-07 22:44:51 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-10-07 22:44:51 +0800 |
commit | 07e358c8487b6424cf5b10613584421b141b8fae (patch) | |
tree | 9f90669ab51b35d0cd4be18fc892ebe59d22ed9e /src | |
parent | 899960fd491389cb3b4bdcbd52837c55061453e2 (diff) | |
download | gsoc2013-epiphany-07e358c8487b6424cf5b10613584421b141b8fae.tar.gz gsoc2013-epiphany-07e358c8487b6424cf5b10613584421b141b8fae.tar.zst gsoc2013-epiphany-07e358c8487b6424cf5b10613584421b141b8fae.zip |
ephy-window: add F10 accel for super menu
Same as Files.
https://bugzilla.gnome.org/show_bug.cgi?id=673878
Diffstat (limited to 'src')
-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 }, |