Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/dev.geopjr.Collision.gresource.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<file compressed="true" preprocess="xml-stripblanks" alias="icons/scalable/actions/paper-symbolic.svg">icons/paper-symbolic.svg</file>
<file compressed="true" preprocess="xml-stripblanks">ui/application.ui</file>
<file compressed="true" preprocess="xml-stripblanks">ui/hash_row.ui</file>
<file compressed="true" preprocess="xml-stripblanks" alias="gtk/help-overlay.ui">ui/shortcuts_window.ui</file>
<file compressed="true" preprocess="xml-stripblanks" alias="shortcuts-dialog.ui">ui/shortcuts-dialog.ui</file>
</gresource>

<gresource prefix="/dev/geopjr/Collision/icons/scalable/apps/">
Expand Down
2 changes: 1 addition & 1 deletion data/ui/application.ui
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</item>
<item>
<attribute name="label" translatable="yes">_Keyboard Shortcuts</attribute>
<attribute name="action">win.show-help-overlay</attribute>
<attribute name="action">app.shortcuts</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_About Collision</attribute>
Expand Down
40 changes: 40 additions & 0 deletions data/ui/shortcuts-dialog.ui
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="AdwShortcutsDialog" id="shortcuts_dialog">
<child>
<object class="AdwShortcutsSection">
<property name="title" translatable="yes">General</property>
<child>
<object class="AdwShortcutsItem">
<property name="title" translatable="yes">Open a File</property>
<property name="action-name">app.open-file</property>
</object>
</child>
<child>
<object class="AdwShortcutsItem">
<property name="title" translatable="yes">Show Keyboard Shortcuts</property>
<property name="action-name">app.shortcuts</property>
</object>
</child>
<child>
<object class="AdwShortcutsItem">
<property name="title" translatable="yes">New Window</property>
<property name="action-name">app.new-window</property>
</object>
</child>
<child>
<object class="AdwShortcutsItem">
<property name="title" translatable="yes">Close Window</property>
<property name="action-name">window.close</property>
</object>
</child>
<child>
<object class="AdwShortcutsItem">
<property name="title" translatable="yes">Quit</property>
<property name="action-name">app.quit</property>
</object>
</child>
</object>
</child>
</object>
</interface>
47 changes: 0 additions & 47 deletions data/ui/shortcuts_window.ui

This file was deleted.