matrix-client/resources/shortcuts.blp

20 lines
353 B
Plaintext

using Gtk 4.0;
ShortcutsWindow help_overlay {
modal: true;
ShortcutsSection {
section-name: "shortcuts";
max-height: 10;
ShortcutsGroup {
title: C_("shortcut window", "General");
ShortcutsShortcut {
title: C_("shortcut window", "Show shortcuts");
action-name: "win.show-help-overlay";
}
}
}
}