[epiphany] window: Add Alt+D shortcut to focus location entry



commit af84b8f1bad946b2a285e20c6d9f1d7a3b635b11
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Dec 20 11:29:46 2016 -0600

    window: Add Alt+D shortcut to focus location entry
    
    Requested by mcrha on IRC. Matches Firefox. Seems uncontroversial.
    
    It's already shown in the keyboard shortcuts dialog as Ctrl+L, and we
    don't want to list multiple shortcuts there, so leave that be.

 src/ephy-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index e23bda7..a533173 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -102,7 +102,7 @@ const struct {
   { "win.select-all", { "<Primary>A", NULL } },
 
   { "win.send-to", { "Send", NULL } },
-  { "win.location", { "<Primary>L", "F6", "Go", "OpenURL", NULL } },
+  { "win.location", { "<Primary>L", "<alt>D", "F6", "Go", "OpenURL", NULL } },
   { "win.home", { "<alt>Home", NULL } },
 
   /* Toggle actions */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]