restructure project for part 2
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Hyperbar.Widget.Primary.Windows;
|
||||
|
||||
public class KeyAcceleratorCommandConfiguration :
|
||||
PrimaryCommandConfiguration
|
||||
{
|
||||
public required int Key { get; set; }
|
||||
|
||||
public int[]? Modifiers { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user