Update keyboard shortcuts dialog to current state
Organize shortcuts into groups: - Tabs: New Tab (Ctrl+T), Close Tab (Ctrl+W) - Requests: Save Request (Ctrl+S) - General: Show Shortcuts (Ctrl+?), Quit (Ctrl+Q)
This commit is contained in:
parent
ea10dae1e8
commit
0655fb1d38
@ -5,15 +5,48 @@
|
|||||||
<object class="AdwShortcutsSection">
|
<object class="AdwShortcutsSection">
|
||||||
<property name="title" translatable="yes">Shortcuts</property>
|
<property name="title" translatable="yes">Shortcuts</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="AdwShortcutsItem">
|
<object class="AdwShortcutsGroup">
|
||||||
<property name="title" translatable="yes" context="shortcut window">Show Shortcuts</property>
|
<property name="title" translatable="yes" context="shortcut window">Tabs</property>
|
||||||
<property name="action-name">app.shortcuts</property>
|
<child>
|
||||||
|
<object class="AdwShortcutsShortcut">
|
||||||
|
<property name="title" translatable="yes" context="shortcut window">New Tab</property>
|
||||||
|
<property name="action-name">win.new-tab</property>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="AdwShortcutsShortcut">
|
||||||
|
<property name="title" translatable="yes" context="shortcut window">Close Tab</property>
|
||||||
|
<property name="action-name">win.close-tab</property>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<object class="AdwShortcutsItem">
|
<object class="AdwShortcutsGroup">
|
||||||
<property name="title" translatable="yes" context="shortcut window">Quit</property>
|
<property name="title" translatable="yes" context="shortcut window">Requests</property>
|
||||||
<property name="action-name">app.quit</property>
|
<child>
|
||||||
|
<object class="AdwShortcutsShortcut">
|
||||||
|
<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="AdwShortcutsGroup">
|
||||||
|
<property name="title" translatable="yes" context="shortcut window">General</property>
|
||||||
|
<child>
|
||||||
|
<object class="AdwShortcutsShortcut">
|
||||||
|
<property name="title" translatable="yes" context="shortcut window">Show Shortcuts</property>
|
||||||
|
<property name="action-name">win.show-help-overlay</property>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="AdwShortcutsShortcut">
|
||||||
|
<property name="title" translatable="yes" context="shortcut window">Quit</property>
|
||||||
|
<property name="action-name">app.quit</property>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user