wired up key commands
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Hyperbar.Windows.Primary;
|
||||
|
||||
public class KeyAcceleratorCommandConfiguration :
|
||||
IPrimaryCommandConfiguration
|
||||
{
|
||||
public string? Icon { get; set; }
|
||||
|
||||
public string? Key { get; set; }
|
||||
|
||||
public string[]? Modifiers { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user