[epiphany] ephy-window: make fullscreen an extra binding
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-window: make fullscreen an extra binding
- Date: Fri, 13 Jan 2012 20:23:13 +0000 (UTC)
commit 6b31d789addfa284e7b1860dbb7d3d1e5c9e7c68
Author: Xan Lopez <xan igalia com>
Date: Fri Jan 13 18:21:33 2012 +0100
ephy-window: make fullscreen an extra binding
Otherwise it won't work since it's not in any menu at the moment. That
should change.
src/ephy-window.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index c2cf439..5879111 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -342,6 +342,8 @@ static const struct
* extra keybindings, but does not seem to work for some
* reason. */
{ GDK_KEY_e, GDK_MOD1_MASK, "PageMenu", TRUE },
+ /* FIXME: this is not in any menu for now, so add it here. */
+ { GDK_KEY_F11, 0, "ViewFullscreen", FALSE },
{ 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]