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:53:10 +0800 |
commit | bdc085484ecc5cc3e0677e7a5126d1174f03bd62 (patch) | |
tree | a43b673c771ea79d8a4007b11d2d2af9d1990114 /src | |
parent | 03c0677e0fe78d7a398bec28c9b5a5031b134f9c (diff) | |
download | gsoc2013-epiphany-bdc085484ecc5cc3e0677e7a5126d1174f03bd62.tar.gz gsoc2013-epiphany-bdc085484ecc5cc3e0677e7a5126d1174f03bd62.tar.zst gsoc2013-epiphany-bdc085484ecc5cc3e0677e7a5126d1174f03bd62.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 8fd60aa92..2605b732a 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 }, |