shortcuts: use primary instead of ctrl

This commit is contained in:
Ignacio Casal Quinteiro 2016-02-14 18:26:37 +01:00
parent 6ecb54ca15
commit 28db0e299a

View file

@ -15,7 +15,7 @@
<child> <child>
<object class="GtkShortcutsShortcut"> <object class="GtkShortcutsShortcut">
<property name="visible">1</property> <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> <property name="title" translatable="yes" context="shortcut window">Open a new window</property>
</object> </object>
</child> </child>
@ -29,7 +29,7 @@
<child> <child>
<object class="GtkShortcutsShortcut"> <object class="GtkShortcutsShortcut">
<property name="visible">1</property> <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> <property name="title" translatable="yes" context="shortcut window">Open a repository</property>
</object> </object>
</child> </child>
@ -43,21 +43,21 @@
<child> <child>
<object class="GtkShortcutsShortcut"> <object class="GtkShortcutsShortcut">
<property name="visible">1</property> <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> <property name="title" translatable="yes" context="shortcut window">Find</property>
</object> </object>
</child> </child>
<child> <child>
<object class="GtkShortcutsShortcut"> <object class="GtkShortcutsShortcut">
<property name="visible">1</property> <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> <property name="title" translatable="yes" context="shortcut window">Close the active window</property>
</object> </object>
</child> </child>
<child> <child>
<object class="GtkShortcutsShortcut"> <object class="GtkShortcutsShortcut">
<property name="visible">1</property> <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> <property name="title" translatable="yes" context="shortcut window">Quit the application</property>
</object> </object>
</child> </child>