[gitg] shortcuts: use primary instead of ctrl



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">&lt;ctrl&gt;N</property>
+                <property name="accelerator">&lt;primary&gt;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">&lt;ctrl&gt;O</property>
+                <property name="accelerator">&lt;primary&gt;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">&lt;ctrl&gt;F</property>
+                <property name="accelerator">&lt;primary&gt;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">&lt;ctrl&gt;W</property>
+                <property name="accelerator">&lt;primary&gt;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">&lt;ctrl&gt;Q</property>
+                <property name="accelerator">&lt;primary&gt;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]