62f076a1b8
This fixes issue #401
60 lines
2.7 KiB
XML
60 lines
2.7 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>
|
|
<child>
|
|
<object class="GtkShortcutsGroup">
|
|
<property name="visible">true</property>
|
|
<property name="title" translatable="yes" context="shortcut message">Composing a new message</property>
|
|
<child>
|
|
<object class="GtkShortcutsShortcut">
|
|
<property name="visible">true</property>
|
|
<property name="accelerator"><Shift>Return</property>
|
|
<property name="title" translatable="yes" context="shortcut message">Write on a new line</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|