[gnome-text-editor] help-overlay: prever control over primary
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-text-editor] help-overlay: prever control over primary
- Date: Tue, 20 Jul 2021 15:11:44 +0000 (UTC)
commit 34fd013d161a94541797bd6bc54a6e5f6fbf917e
Author: Christian Hergert <chergert redhat com>
Date: Tue Jul 20 08:11:06 2021 -0700
help-overlay: prever control over primary
We don't even have support for using command on macOS anyway, currently.
src/help-overlay.ui | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/src/help-overlay.ui b/src/help-overlay.ui
index 95f70d1..70ab90c 100644
--- a/src/help-overlay.ui
+++ b/src/help-overlay.ui
@@ -12,13 +12,13 @@
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">New window</property>
- <property name="accelerator"><primary>n</property>
+ <property name="accelerator"><control>n</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Move document to new window</property>
- <property name="accelerator"><primary><shift>n</property>
+ <property name="accelerator"><control><shift>n</property>
</object>
</child>
<child>
@@ -53,37 +53,37 @@
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">New document</property>
- <property name="accelerator"><primary>t</property>
+ <property name="accelerator"><control>t</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Browse to open document</property>
- <property name="accelerator"><primary>o</property>
+ <property name="accelerator"><control>o</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Find document by name</property>
- <property name="accelerator"><primary>k</property>
+ <property name="accelerator"><control>k</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Save</property>
- <property name="accelerator"><primary>s</property>
+ <property name="accelerator"><control>s</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Save As</property>
- <property name="accelerator"><primary><shift>s</property>
+ <property name="accelerator"><control><shift>s</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Find/Replace</property>
- <property name="accelerator"><primary>f</property>
+ <property name="accelerator"><control>f</property>
</object>
</child>
<child>
@@ -118,7 +118,7 @@
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Copy all to clipboard</property>
- <property name="accelerator"><primary><shift>c</property>
+ <property name="accelerator"><control><shift>c</property>
</object>
</child>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]