if ((Keyboard.Modifiers & ModifierKeys.Control) > 0 && (e.Key == Key.Delete)) { CabinetElement.RemoveActiveCabinets(this); }