[epiphany] ephy-window: add global bindings for GoHistory and GoLocation
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-window: add global bindings for GoHistory and GoLocation
- Date: Mon, 5 Dec 2011 14:59:51 +0000 (UTC)
commit 31f4a3cbedf71ade0ed877bdc2f5c3c57826b167
Author: Xan Lopez <xan igalia com>
Date: Mon Dec 5 15:58:41 2011 +0100
ephy-window: add global bindings for GoHistory and GoLocation
src/ephy-window.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 2d08209..bbec9b3 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -375,6 +375,9 @@ static const struct
GDK_SHIFT_MASK, "TabsMoveLeft", FALSE },
{ GDK_KEY_Page_Down, GDK_CONTROL_MASK |
GDK_SHIFT_MASK, "TabsMoveRight", FALSE },
+ /* Go */
+ { GDK_KEY_l, GDK_CONTROL_MASK, "GoLocation", FALSE },
+ { GDK_KEY_h, GDK_CONTROL_MASK, "GoHistory", FALSE },
/* Support all the MSIE tricks as well ;) */
{ GDK_KEY_F5, 0, "ViewReload", FALSE },
{ GDK_KEY_F5, GDK_CONTROL_MASK, "ViewReload", FALSE },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]