Simplify shortcuts dialog - remove groups

Use simple flat list of shortcuts without grouping.
This commit is contained in:
Pavel Baksy 2025-12-22 23:48:55 +01:00
parent 977b78f5fe
commit 146ca19f18

View File

@ -8,7 +8,6 @@
<property name="max-height">10</property>
<child>
<object class="GtkShortcutsGroup">
<property name="title" translatable="yes" context="shortcut window">Tabs</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes" context="shortcut window">New Tab</property>
@ -21,22 +20,12 @@
<property name="action-name">win.close-tab</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkShortcutsGroup">
<property name="title" translatable="yes" context="shortcut window">Requests</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes" context="shortcut window">Save Request</property>
<property name="action-name">win.save-request</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkShortcutsGroup">
<property name="title" translatable="yes" context="shortcut window">General</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes" context="shortcut window">Show Shortcuts</property>