PowerToys/Wox.Infrastructure/UserSettings/PluginHotkey.cs

14 lines
277 B
C#
Raw Normal View History

2014-02-22 15:52:20 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Wox.Infrastructure.UserSettings
{
public class CustomPluginHotkey
{
public string Hotkey { get; set; }
public string ActionKeyword { get; set; }
}
}