mirror of
https://gitlab.gnome.org/GNOME/gitg
synced 2024-11-05 16:43:26 +00:00
shortcuts: use primary instead of ctrl
This commit is contained in:
parent
6ecb54ca15
commit
28db0e299a
1 changed files with 5 additions and 5 deletions
|
@ -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"><ctrl>N</property>
|
<property name="accelerator"><primary>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"><ctrl>O</property>
|
<property name="accelerator"><primary>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"><ctrl>F</property>
|
<property name="accelerator"><primary>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"><ctrl>W</property>
|
<property name="accelerator"><primary>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"><ctrl>Q</property>
|
<property name="accelerator"><primary>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>
|
||||||
|
|
Loading…
Reference in a new issue