Initial commit to new repository
This commit is contained in:
3
.decompiledproj/AxCopilot/Core/HotkeyDefinition.cs
Normal file
3
.decompiledproj/AxCopilot/Core/HotkeyDefinition.cs
Normal file
@@ -0,0 +1,3 @@
|
||||
namespace AxCopilot.Core;
|
||||
|
||||
public record struct HotkeyDefinition(int VkCode, bool Ctrl, bool Alt, bool Shift, bool Win);
|
||||
Reference in New Issue
Block a user