[epiphany/wip/mcatanzaro/fedora-needs-upstreamed: 18/20] ephy-window: Make F6 focus address entry



commit 59b00885c82cb3cbea087016ba2711ab6e5a75e0
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 6716973..d040cf5 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]