using System; namespace Wox.Core.UserSettings { public class CustomPluginHotkey { public string Hotkey { get; set; } public string ActionKeyword { get; set; } } }