public IHotkeyCollection Remove(Hotkey hotkey) { collection.Remove(hotkey); return(this); }
public IHotkeyCollection Add(Hotkey hotkey, Action <Hotkey> handler) { collection.Add(hotkey, handler); return(this); }