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; } } }