Skip to content

Commit 290cb87

Browse files
committed
data/ui/shortcuts.ui: Add common change shortcuts
1 parent 7946b46 commit 290cb87

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

data/ui/shortcuts.ui

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,27 @@
9898
</child>
9999
</object>
100100
</child>
101+
<child>
102+
<object class="GtkShortcutsGroup">
103+
<property name="visible">True</property>
104+
<property name="view">tab</property>
105+
<property name="title" translatable="yes">Changes</property>
106+
<child>
107+
<object class="GtkShortcutsShortcut">
108+
<property name="visible">True</property>
109+
<property name="accelerator">&lt;alt&gt;Up</property>
110+
<property name="title" translatable="yes">Go to previous change</property>
111+
</object>
112+
</child>
113+
<child>
114+
<object class="GtkShortcutsShortcut">
115+
<property name="visible">True</property>
116+
<property name="accelerator">&lt;alt&gt;Down</property>
117+
<property name="title" translatable="yes">Go to next change</property>
118+
</object>
119+
</child>
120+
</object>
121+
</child>
101122
<child>
102123
<object class="GtkShortcutsGroup">
103124
<property name="visible">True</property>

0 commit comments

Comments
 (0)