2016-05-25 22:18:10 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
2016-05-29 22:20:58 +02:00
|
|
|
<object class="GtkShortcutsWindow" id="shortcuts">
|
|
|
|
<property name="modal">True</property>
|
2016-05-25 22:18:10 +02:00
|
|
|
<child>
|
2016-05-29 22:20:58 +02:00
|
|
|
<object class="GtkShortcutsSection">
|
2016-05-25 22:18:10 +02:00
|
|
|
<property name="visible">True</property>
|
2016-05-29 22:20:58 +02:00
|
|
|
<property name="section-name">shortcuts</property>
|
|
|
|
<property name="max-height">10</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkShortcutsGroup">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="title" translatable="yes" context="shortcut window">General</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkShortcutsShortcut">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="title" translatable="yes" context="shortcut window">Search</property>
|
|
|
|
<property name="accelerator"><Primary>F</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkShortcutsShortcut">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="title" translatable="yes" context="shortcut window">Copy</property>
|
|
|
|
<property name="accelerator"><Primary>C</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkShortcutsShortcut">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="title" translatable="yes" context="shortcut window">Add a new application</property>
|
|
|
|
<property name="accelerator"><Primary>N</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkShortcutsShortcut">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="title" translatable="yes" context="shortcut window">Delete</property>
|
|
|
|
<property name="accelerator">Delete</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkShortcutsGroup">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkShortcutsShortcut">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="title" translatable="yes" context="shortcut window">Select next application</property>
|
|
|
|
<property name="accelerator">Up</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkShortcutsShortcut">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="title" translatable="yes" context="shortcut window">Select previous application</property>
|
|
|
|
<property name="accelerator">Down</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<object class="GtkShortcutsShortcut">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="title" translatable="yes" context="shortcut window">Multiselect</property>
|
|
|
|
<property name="accelerator"><érimary>S</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2016-05-28 21:42:41 +02:00
|
|
|
|
2016-05-25 22:18:10 +02:00
|
|
|
</object>
|
|
|
|
</child>
|
2016-05-29 22:20:58 +02:00
|
|
|
</object>
|
2016-05-25 22:18:10 +02:00
|
|
|
</interface>
|