mirror of
https://github.com/TakeV-Lambda/dino.git
synced 2024-11-05 07:17:10 +00:00
53 lines
2.7 KiB
Text
53 lines
2.7 KiB
Text
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<interface>
|
||
|
<object class="GtkShortcutsWindow" id="shortcuts-window">
|
||
|
<property name="modal">True</property>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsSection">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="section-name">shortcuts</property>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsGroup">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="title" translatable="yes">General</property>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="accelerator"><ctrl>T</property>
|
||
|
<property name="title" translatable="yes">Start Conversation</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="accelerator"><ctrl>G</property>
|
||
|
<property name="title" translatable="yes">Join Channel</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsGroup">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="title" translatable="yes">Navigation</property>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="accelerator"><ctrl>Tab</property>
|
||
|
<property name="title" translatable="yes">Jump to next conversation</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkShortcutsShortcut">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="accelerator"><ctrl><Shift>Tab</property>
|
||
|
<property name="title" translatable="yes">Jump to previous conversation</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</interface>
|