PowerToys/Wox.Infrastructure/UserSettings/PluginHotkey.cs
2016-06-19 16:22:45 +01:00

11 lines
221 B
C#

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