PowerToys/Wox.Core/UserSettings/PluginHotkey.cs
2016-04-21 20:42:07 +01:00

11 lines
195 B
C#

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