aboutsummaryrefslogtreecommitdiff
path: root/main/data/shortcuts.ui
diff options
context:
space:
mode:
authorfiaxh <git@lightrise.org>2019-12-17 22:54:08 +0100
committerfiaxh <git@lightrise.org>2019-12-17 23:47:57 +0100
commit97647f9b5251dfc7a5a84d7432a1914fa7ec66b9 (patch)
tree1ae43dde46cb1017f402dadc86214ed6f39a3072 /main/data/shortcuts.ui
parent11c18cdf72f36a36b52d8305d24418397af21785 (diff)
downloaddino-97647f9b5251dfc7a5a84d7432a1914fa7ec66b9.tar.gz
dino-97647f9b5251dfc7a5a84d7432a1914fa7ec66b9.zip
Add shortcuts window
Diffstat (limited to 'main/data/shortcuts.ui')
-rw-r--r--main/data/shortcuts.ui52
1 files changed, 52 insertions, 0 deletions
diff --git a/main/data/shortcuts.ui b/main/data/shortcuts.ui
new file mode 100644
index 00000000..68c71237
--- /dev/null
+++ b/main/data/shortcuts.ui
@@ -0,0 +1,52 @@
+<?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">&lt;ctrl&gt;T</property>
+ <property name="title" translatable="yes">Start Conversation</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">True</property>
+ <property name="accelerator">&lt;ctrl&gt;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">&lt;ctrl&gt;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">&lt;ctrl&gt;&lt;Shift&gt;Tab</property>
+ <property name="title" translatable="yes">Jump to previous conversation</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+</interface>