Files

4 lines
121 B
C#

namespace AxCopilot.Core;
public record struct HotkeyDefinition(int VkCode, bool Ctrl, bool Alt, bool Shift, bool Win);