internal KeybindingControlInterface(PreciseManeuverHotkeys parent, PreciseManeuverConfig.HotkeyType type, string name)
 {
     _parent = parent;
     _type   = type;
     _name   = name;
 }