mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 11:39:16 +08:00
9 lines
198 B
C#
9 lines
198 B
C#
|
namespace Wox.Infrastructure.Storage.UserSettings
|
|||
|
{
|
|||
|
public class CustomPluginHotkey
|
|||
|
{
|
|||
|
public string Hotkey { get; set; }
|
|||
|
public string ActionKeyword { get; set; }
|
|||
|
}
|
|||
|
}
|