[gitg] shortcuts: use primary instead of ctrl
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg] shortcuts: use primary instead of ctrl
- Date: Sun, 14 Feb 2016 17:26:53 +0000 (UTC)
commit 28db0e299ac9e45f94a13bd0a2dcfcf182ee9bfc
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Sun Feb 14 18:26:37 2016 +0100
shortcuts: use primary instead of ctrl
gitg/resources/ui/gitg-shortcuts.ui | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gitg/resources/ui/gitg-shortcuts.ui b/gitg/resources/ui/gitg-shortcuts.ui
index ce6e882..825bc16 100644
--- a/gitg/resources/ui/gitg-shortcuts.ui
+++ b/gitg/resources/ui/gitg-shortcuts.ui
@@ -15,7 +15,7 @@
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
- <property name="accelerator"><ctrl>N</property>
+ <property name="accelerator"><primary>N</property>
<property name="title" translatable="yes" context="shortcut window">Open a new
window</property>
</object>
</child>
@@ -29,7 +29,7 @@
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
- <property name="accelerator"><ctrl>O</property>
+ <property name="accelerator"><primary>O</property>
<property name="title" translatable="yes" context="shortcut window">Open a
repository</property>
</object>
</child>
@@ -43,21 +43,21 @@
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
- <property name="accelerator"><ctrl>F</property>
+ <property name="accelerator"><primary>F</property>
<property name="title" translatable="yes" context="shortcut window">Find</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
- <property name="accelerator"><ctrl>W</property>
+ <property name="accelerator"><primary>W</property>
<property name="title" translatable="yes" context="shortcut window">Close the active
window</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
- <property name="accelerator"><ctrl>Q</property>
+ <property name="accelerator"><primary>Q</property>
<property name="title" translatable="yes" context="shortcut window">Quit the
application</property>
</object>
</child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]