18 lines
340 B
Plaintext
18 lines
340 B
Plaintext
using Gtk 4.0;
|
|
|
|
$AdwShortcutsDialog shortcuts_dialog {
|
|
$AdwShortcutsSection {
|
|
title: _("Shortcuts");
|
|
|
|
$AdwShortcutsItem {
|
|
title: C_("shortcut window", "Show Shortcuts");
|
|
action-name: "app.shortcuts";
|
|
}
|
|
|
|
$AdwShortcutsItem {
|
|
title: C_("shortcut window", "Quit");
|
|
action-name: "app.quit";
|
|
}
|
|
}
|
|
}
|