[epiphany] ephy-window: Disable Alt+Home shortcut for web apps



commit 251f7289aaf7f2c25889990a9f0925ee545c1282
Author: Dimitrios Christidis <dimitrios christidis me>
Date:   Tue Aug 8 15:37:31 2017 +0200

    ephy-window: Disable Alt+Home shortcut for web apps
    
    https://bugzilla.gnome.org/show_bug.cgi?id=785996

 src/ephy-window.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 46511a3..95ad987 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -2914,7 +2914,8 @@ static const char *disabled_actions_for_app_mode[] = { "open",
                                                        "bookmark-page",
                                                        "page-source",
                                                        "toggle-inspector",
-                                                       "new-tab" };
+                                                       "new-tab",
+                                                       "home" };
 
 static void
 parse_css_error (GtkCssProvider *provider,


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