Files
Hyperbar/Hyperbar.Windows.Primary/KeyAcceleratorCommandConfiguration.cs
T

10 lines
202 B
C#

namespace Hyperbar.Windows.Primary;
public class KeyAcceleratorCommandConfiguration :
PrimaryCommandConfiguration
{
public int Key { get; set; }
public int[]? Modifiers { get; set; }
}