PowerToys/Wox.Infrastructure/Storage/UserSettings/PluginHotkey.cs
2014-03-23 16:20:00 +08:00

9 lines
198 B
C#

namespace Wox.Infrastructure.Storage.UserSettings
{
public class CustomPluginHotkey
{
public string Hotkey { get; set; }
public string ActionKeyword { get; set; }
}
}