[epiphany] ephy-window: Make F6 focus address entry
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-window: Make F6 focus address entry
- Date: Wed, 4 Mar 2015 14:40:34 +0000 (UTC)
commit eb0e83f089f383bf51ed2da74598786546bca363
Author: Yosef Or Boczko <yoseforb src gnome org>
Date: Sun Apr 27 20:47:53 2014 +0300
ephy-window: Make F6 focus address entry
https://bugzilla.gnome.org/show_bug.cgi?id=729060
src/ephy-window.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index e010831..69e20cf 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -295,6 +295,7 @@ static const struct
GDK_SHIFT_MASK, "TabsMoveRight", FALSE },
/* Go */
{ GDK_KEY_l, GDK_CONTROL_MASK, "GoLocation", FALSE },
+ { GDK_KEY_F6, 0, "GoLocation", 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]