2015-12-10 20:49:59 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<!-- interface-requires gtk+ 3.17 -->
|
|
|
|
|
|
|
|
<object class="GtkShortcutsWindow" id="help_overlay">
|
|
|
|
<property name="modal">1</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkShortcutsSection">
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="section-name">shortcuts</property>
|
|
|
|
<property name="max-height">10</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkShortcutsGroup">
|
|
|
|
<property name="visible">1</property>
|
2016-02-01 18:26:46 +01:00
|
|
|
<property name="title" translatable="yes" context="shortcut window">General</property>
|
2015-12-10 20:49:59 -05:00
|
|
|
<child>
|
|
|
|
<object class="GtkShortcutsShortcut">
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="accelerator"><ctrl>Q</property>
|
2016-02-01 18:26:46 +01:00
|
|
|
<property name="title" translatable="yes" context="shortcut window">Quit</property>
|
2015-12-10 20:49:59 -05:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkShortcutsShortcut">
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="accelerator"><ctrl>S</property>
|
2016-02-01 18:26:46 +01:00
|
|
|
<property name="title" translatable="yes" context="shortcut window">Search</property>
|
2015-12-10 20:49:59 -05:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkShortcutsGroup">
|
|
|
|
<property name="visible">1</property>
|
2016-02-01 18:26:46 +01:00
|
|
|
<property name="title" translatable="yes" context="shortcut window">Panels</property>
|
2015-12-10 20:49:59 -05:00
|
|
|
<child>
|
|
|
|
<object class="GtkShortcutsShortcut">
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="accelerator"><Alt>Left</property>
|
2018-05-28 22:07:49 -03:00
|
|
|
<property name="title" translatable="yes" context="shortcut window">Go back to previous panel</property>
|
2015-12-10 20:49:59 -05:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkShortcutsGroup">
|
|
|
|
<property name="visible">1</property>
|
2016-02-01 18:26:46 +01:00
|
|
|
<property name="title" translatable="yes" context="shortcut window">Search</property>
|
2015-12-10 20:49:59 -05:00
|
|
|
<child>
|
|
|
|
<object class="GtkShortcutsShortcut">
|
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="accelerator">Escape</property>
|
2016-02-01 18:26:46 +01:00
|
|
|
<property name="title" translatable="yes" context="shortcut window">Cancel search</property>
|
2015-12-10 20:49:59 -05:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|