[epiphany] ephy-window: Make F6 focus address entry



commit 8b8ad903d686d8e8f5bd31aedb47635778fc4864
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 4c48ace..e25c6af 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -279,6 +279,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]