diff --git a/Wox.Infrastructure/Storage/UserSettings/PluginHotkey.cs b/Wox.Infrastructure/Storage/UserSettings/PluginHotkey.cs new file mode 100644 index 000000000..1547a213d --- /dev/null +++ b/Wox.Infrastructure/Storage/UserSettings/PluginHotkey.cs @@ -0,0 +1,8 @@ +namespace Wox.Infrastructure.Storage.UserSettings +{ + public class CustomPluginHotkey + { + public string Hotkey { get; set; } + public string ActionKeyword { get; set; } + } +}