47 lines
2.1 KiB
XML
47 lines
2.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<object class="GtkShortcutsWindow" id="help_overlay">
|
|
<property name="modal">true</property>
|
|
<child>
|
|
<object class="GtkShortcutsSection">
|
|
<property name="visible">true</property>
|
|
<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="accelerator">Escape</property>
|
|
<property name="title" translatable="yes" context="shortcut window">Close the active room</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkShortcutsShortcut">
|
|
<property name="visible">true</property>
|
|
<property name="accelerator"><Primary>k</property>
|
|
<property name="title" translatable="yes" context="shortcut window">Open / close the room sidebar search</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkShortcutsShortcut">
|
|
<property name="visible">true</property>
|
|
<property name="title" translatable="yes" context="shortcut window">Keyboard Shortcuts</property>
|
|
<property name="accelerator"><ctrl><shift>question</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkShortcutsShortcut">
|
|
<property name="visible">true</property>
|
|
<property name="title" translatable="yes" context="shortcut window">Quit</property>
|
|
<property name="accelerator"><Primary>q</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|