Fixed shortcuts on the UI

This commit is contained in:
jeffser 2024-05-24 12:27:29 -06:00
parent 8bce45cf71
commit a43aac0c66

View File

@ -537,7 +537,13 @@
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator">&lt;ctrl&gt;Return</property>
<property name="accelerator">&lt;shift&gt;Return</property>
<property name="title" translatable="yes">Insert new line</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator">Return</property>
<property name="title" translatable="yes">Send Message</property>
</object>
</child>