[gnome-terminal] Don't use <Primary>e as Pereferences accelerator.



commit e3e20b59fa920f1bd0e4d48e14e5a5f6484e12cb
Author: Yanko Kaneti <yaneti declera com>
Date:   Thu Jan 17 11:20:31 2013 +0200

    Don't use <Primary>e as Pereferences accelerator.
    
    <Primary>e is <Ctrl>e on Unix which is not a good idea for a terminal app.
    Remove it because it seems superfluous to have a shortcut for preferences.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=691931

 src/terminal-appmenu.ui |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/terminal-appmenu.ui b/src/terminal-appmenu.ui
index 3557408..fd0f300 100644
--- a/src/terminal-appmenu.ui
+++ b/src/terminal-appmenu.ui
@@ -21,7 +21,6 @@
       <item>
         <attribute name="label" translatable="yes">_Preferences</attribute>
         <attribute name="action">app.preferences</attribute>
-        <attribute name="accel">&lt;Primary&gt;e</attribute>
       </item>
     </section>
     <section>



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