namespace GeekDesk.Constant { public enum HotKeyType { Main = 0, //主窗口 ToDo = 1, //待办任务 ColorPicker = 2 //拾色器 } }