[rhythmbox] edit menu: add cut/copy/paste, (de)select all, properties accels
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] edit menu: add cut/copy/paste, (de)select all, properties accels
- Date: Thu, 11 Apr 2013 08:56:42 +0000 (UTC)
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"><Primary>x</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Copy</attribute>
<attribute name="action">app.clipboard-copy</attribute>
+ <attribute name="accel"><Primary>c</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Paste</attribute>
<attribute name="action">app.clipboard-paste</attribute>
+ <attribute name="accel"><Primary>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"><Primary>a</attribute>
</item>
<item>
<attribute name="label" translatable="yes">D_eselect All</attribute>
<attribute name="action">app.clipboard-select-none</attribute>
+ <attribute name="accel"><Primary><Shift>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"><Alt>Return</attribute>
</item>
</section>
<section>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]