Simplify shortcuts dialog - remove groups

Use simple flat list of shortcuts without grouping.
This commit is contained in:
vesp 2025-12-22 23:48:55 +01:00
parent 2fda88d6f7
commit 7fd77b7ba3

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>