namespace Hyperbar.Windows.Primary; public class PrimaryWidgetConfiguration : List { public static PrimaryWidgetConfiguration Defaults => new() { new KeyAcceleratorCommandConfiguration { Id = $"{Guid.NewGuid()}", Icon = "\uE720", Key = 91, Modifiers = [] } }; }