[rhythmbox] edit menu: add cut/copy/paste, (de)select all, properties accels



commit 7bc71fab4d658c717fc6890094254d3a0ad8329c
Author: Jonathan Matthew <jonathan d14n org>
Date:   Thu Apr 11 09:17:31 2013 +1000

    edit menu: add cut/copy/paste, (de)select all, properties accels

 data/ui/edit-menu.ui |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/data/ui/edit-menu.ui b/data/ui/edit-menu.ui
index 575295f..7e59e7c 100644
--- a/data/ui/edit-menu.ui
+++ b/data/ui/edit-menu.ui
@@ -5,24 +5,29 @@
       <item>
        <attribute name="label" translatable="yes">Cu_t</attribute>
        <attribute name="action">app.clipboard-cut</attribute>
+       <attribute name="accel">&lt;Primary&gt;x</attribute>
       </item>
       <item>
        <attribute name="label" translatable="yes">_Copy</attribute>
        <attribute name="action">app.clipboard-copy</attribute>
+       <attribute name="accel">&lt;Primary&gt;c</attribute>
       </item>
       <item>
        <attribute name="label" translatable="yes">_Paste</attribute>
        <attribute name="action">app.clipboard-paste</attribute>
+       <attribute name="accel">&lt;Primary&gt;v</attribute>
       </item>
     </section>
     <section>
       <item>
        <attribute name="label" translatable="yes">Select _All</attribute>
        <attribute name="action">app.clipboard-select-all</attribute>
+       <attribute name="accel">&lt;Primary&gt;a</attribute>
       </item>
       <item>
        <attribute name="label" translatable="yes">D_eselect All</attribute>
        <attribute name="action">app.clipboard-select-none</attribute>
+       <attribute name="accel">&lt;Primary&gt;&lt;Shift&gt;a</attribute>
       </item>
     </section>
     <section>
@@ -39,6 +44,7 @@
       <item>
        <attribute name="label" translatable="yes">Pr_operties</attribute>
        <attribute name="action">app.clipboard-properties</attribute>
+       <attribute name="accel">&lt;Alt&gt;Return</attribute>
       </item>
     </section>
     <section>


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