# /mqcopylayout

## Syntax

**/mqcopylayout | opt:** **(not specifying a res, will default to "Windowed")|** **nohot** **|** **noload** **|** **nosoc** **|** **none ]**

## Description

Uses MQ2 to copy a UI layout.

## Examples

`/mqcopylayout eqmule test`

Will Copy the layout from UI\_eqmule\_test.ini setting including hotbuttons loadouts and socials to your UI. Ok, so the default behaviour is to copy everything. Now if you wish to exclude stuff:

`/mqcopylayout eqmule test nohot`

Will Copy the layout from UI\_eqmule\_test.ini setting including loadouts and socials to your UI but NOT hotbuttons.

`/mqcopylayout eqmule test nohot noload`

Will Copy the layout from UI\_eqmule\_test.ini setting including socials to your UI but NOT hotbuttons and NOT loadouts.

`/mqcopylayout eqmule test nohot noload nosoc`

Will Copy the layout from UI\_eqmule\_test.ini setting excluding hotbuttons loadouts and socials to your UI.

`/mqcopylayout eqmule test none`

Will Copy the layout from UI\_eqmule\_test.ini setting excluding hotbuttons loadouts and socials to your UI.

`/mqcopylayout eqmule test ``res:1600x900`

Will Copy the layout from UI\_eqmule\_test.ini setting including hotbuttons loadouts and socials to your 1600x900 UI (if that resolution actually exist in your UI ini).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://macroquest.gitbook.io/macroquest/commands/slash-commands/mqcopylayout.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
