[gnome-tetravex] app-menu: Remove unused accelerators



commit ebde5c8012c8a3ada943f49a4b858a800025b49f
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Sun Dec 9 10:51:15 2018 -0500

    app-menu: Remove unused accelerators
    
    We already set these accelerators when we define the actions

 src/app-menu.ui | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/src/app-menu.ui b/src/app-menu.ui
index 9b01856..c050267 100644
--- a/src/app-menu.ui
+++ b/src/app-menu.ui
@@ -4,7 +4,6 @@
       <item>
         <attribute name="label" translatable="yes">_New Game</attribute>
         <attribute name="action">app.new-game</attribute>
-        <attribute name="accel">&lt;Primary&gt;n</attribute>
       </item>
       <item>
         <attribute name="label" translatable="yes">_Scores</attribute>
@@ -51,7 +50,6 @@
       <item>
         <attribute name="label" translatable="yes">_Help</attribute>
         <attribute name="action">app.help</attribute>
-        <attribute name="accel">F1</attribute>
       </item>
       <item>
         <attribute name="label" translatable="yes">_About Tetravex</attribute>


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