[gnome-text-editor] menus: use control instead of primary
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-text-editor] menus: use control instead of primary
- Date: Tue, 20 Jul 2021 15:20:57 +0000 (UTC)
commit 4071202c604c7f98b9ed55f56ed4ccb68e0522ef
Author: Christian Hergert <chergert redhat com>
Date: Tue Jul 20 08:20:50 2021 -0700
menus: use control instead of primary
src/menus.ui | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/menus.ui b/src/menus.ui
index bf84480..dc7fe7b 100644
--- a/src/menus.ui
+++ b/src/menus.ui
@@ -10,7 +10,7 @@
<item>
<attribute name="label" translatable="yes">_New Window</attribute>
<attribute name="action">app.new-window</attribute>
- <attribute name="accel"><primary>n</attribute>
+ <attribute name="accel"><control>n</attribute>
</item>
</section>
<section>
@@ -18,13 +18,13 @@
<attribute name="id">save</attribute>
<attribute name="label" translatable="yes">_Save</attribute>
<attribute name="action">page.save</attribute>
- <attribute name="accel"><primary>s</attribute>
+ <attribute name="accel"><control>s</attribute>
</item>
<item>
<attribute name="id">save-as</attribute>
<attribute name="label" translatable="yes">Save _As…</attribute>
<attribute name="action">page.save-as</attribute>
- <attribute name="accel"><primary><shift>s</attribute>
+ <attribute name="accel"><control><shift>s</attribute>
</item>
</section>
<section>
@@ -32,7 +32,7 @@
<attribute name="id">copy-all</attribute>
<attribute name="label" translatable="yes">_Copy All</attribute>
<attribute name="action">page.copy-all</attribute>
- <attribute name="accel"><primary><shift>c</attribute>
+ <attribute name="accel"><control><shift>c</attribute>
</item>
<item>
<attribute name="id">discard-changes</attribute>
@@ -42,7 +42,7 @@
<item>
<attribute name="label" translatable="yes">_Find/Replace…</attribute>
<attribute name="action">page.begin-search</attribute>
- <attribute name="accel"><primary>f</attribute>
+ <attribute name="accel"><control>f</attribute>
</item>
</section>
<section>
@@ -50,7 +50,7 @@
<attribute name="id">print</attribute>
<attribute name="label" translatable="yes">_Print…</attribute>
<attribute name="action">page.print</attribute>
- <attribute name="accel"><primary>p</attribute>
+ <attribute name="accel"><control>p</attribute>
</item>
</section>
<section>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]