initial commit
This commit is contained in:
16
src/ui/shortcuts-dialog.blp
Normal file
16
src/ui/shortcuts-dialog.blp
Normal file
@@ -0,0 +1,16 @@
|
||||
using Gtk 4.0;
|
||||
using Adw 1;
|
||||
|
||||
Adw.ShortcutsDialog {
|
||||
Adw.ShortcutsSection {
|
||||
title: _("Shortcuts");
|
||||
Adw.ShortcutsItem {
|
||||
title: _("Show Shortcuts");
|
||||
action-name: "app.shortcuts";
|
||||
}
|
||||
Adw.ShortcutsItem {
|
||||
title: _("Quit");
|
||||
action-name: "app.quit";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user