PowerToys/Wox.Infrastructure/Storage/UserSettings/PluginHotkey.cs

9 lines
198 B
C#
Raw Normal View History

2014-03-23 16:20:00 +08:00
namespace Wox.Infrastructure.Storage.UserSettings
{
public class CustomPluginHotkey
{
public string Hotkey { get; set; }
public string ActionKeyword { get; set; }
}
}