[epiphany] Remove KP_4 and KP_6 back/forward shortcuts



commit 3efc47abd1d3d6286104c375b3258fba0c588e4e
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Oct 18 09:01:30 2016 -0500

    Remove KP_4 and KP_6 back/forward shortcuts
    
    These were ill-considered, you should be able to type numbers with the
    numpad.

 src/ephy-window.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 4d6715b..8c8a9ff 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -124,11 +124,11 @@ const struct {
   { "tab.duplicate", { NULL } },
   { "tab.close", { "<Primary>W", NULL } }
 }, accels_navigation_ltr [] = {
-  { "toolbar.navigation-back", { "<alt>Left", "<alt>KP_Left", "KP_4", "Back", NULL } },
-  { "toolbar.navigation-forward", { "<alt>Right", "<alt>KP_Right", "KP_6", "Forward", NULL } }
+  { "toolbar.navigation-back", { "<alt>Left", "<alt>KP_Left", "Back", NULL } },
+  { "toolbar.navigation-forward", { "<alt>Right", "<alt>KP_Right", "Forward", NULL } }
 }, accels_navigation_rtl [] = {
-  { "toolbar.navigation-back", { "<alt>Left", "<alt>KP_Left", "KP_6", "Back", NULL } },
-  { "toolbar.navigation-forward", { "<alt>Right", "<alt>KP_Right", "KP_4", "Forward", NULL } }
+  { "toolbar.navigation-back", { "<alt>Left", "<alt>KP_Left", "Back", NULL } },
+  { "toolbar.navigation-forward", { "<alt>Right", "<alt>KP_Right", "Forward", NULL } }
 }, *accels_navigation_ltr_rtl;
 
 #define SETTINGS_CONNECTION_DATA_KEY    "EphyWindowSettings"


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