protected bool Equals(Hotkey other) { return(Key == other.Key && Modifiers == other.Modifiers); }
public HotkeyPair(HotkeyType type = HotkeyType.ExpandDown, Hotkey hotkey = null) { Type = type; Hotkey = hotkey; }