[goobox] gears menu: added keyboard shortcuts



commit c6ba63577631be90b7e7b9e36467de280a67cb16
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Thu Dec 26 13:00:29 2013 +0100

    gears menu: added keyboard shortcuts

 src/ui/gears-menu.ui |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/ui/gears-menu.ui b/src/ui/gears-menu.ui
index 009b1e8..0463a4b 100644
--- a/src/ui/gears-menu.ui
+++ b/src/ui/gears-menu.ui
@@ -10,18 +10,21 @@
       <item>
         <attribute name="label" translatable="yes">_Eject</attribute>
         <attribute name="action">win.eject</attribute>
+        <attribute name="accel">j</attribute>
       </item>
     </section>
     <section>
       <item>
         <attribute name="label" translatable="yes">_Properties</attribute>
         <attribute name="action">win.properties</attribute>
+        <attribute name="accel"><![CDATA[<Control>Return]]></attribute>
       </item>
     </section>
     <section>
       <item>
         <attribute name="label" translatable="yes">_Close</attribute>
         <attribute name="action">win.close</attribute>
+        <attribute name="accel"><![CDATA[<Control>w]]></attribute>
       </item>
     </section>
   </menu>


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