mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
Refactoring proxy, part 2
This commit is contained in:
10
Wox.Infrastructure/UserSettings/PluginHotkey.cs
Normal file
10
Wox.Infrastructure/UserSettings/PluginHotkey.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Wox.Plugin;
|
||||
|
||||
namespace Wox.Infrastructure.UserSettings
|
||||
{
|
||||
public class CustomPluginHotkey : BaseModel
|
||||
{
|
||||
public string Hotkey { get; set; }
|
||||
public string ActionKeyword { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user