PowerToys/Wox.Core/UserSettings/PluginHotkey.cs

11 lines
211 B
C#

using Wox.Plugin;
namespace Wox.Core.UserSettings
{
public class CustomPluginHotkey : BaseModel
{
public string Hotkey { get; set; }
public string ActionKeyword { get; set; }
}
}