# Hotkeys

1. To view the hotkeys, go to the left side menu, Settings → Hotkeys

<figure><img src="/files/jHaH0PSb8RFAVJ1pmkTz" alt=""><figcaption></figcaption></figure>

2. In the window that opens, you can configure keyboard shortcuts for all available operations

<figure><img src="/files/dwUx0yOLP8COUGI6XLWK" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
You can change the settings and use of the keys to a convenient and familiar location. Using the same keys for different functions is not allowed.
{% endhint %}

{% hint style="warning" %}
After setting the hotkeys to a different combination, click the Apply button, after which the new hotkeys and the latest changes will be active.
{% endhint %}

### Assigning hotkeys:

<table><thead><tr><th width="242">Действие</th><th width="191.33333333333331">Комбинация</th><th>Описание</th><th data-hidden></th></tr></thead><tbody><tr><td>Actions on the ASK side Limit Order (mouse)</td><td><code>LMB/RMB</code></td><td>When clicking on the <code>LMB/RMB</code> in any area of <mark style="color:red;">Ask</mark> orders (sellers), a limit order for <mark style="background-color:red;">Sell</mark> is placed at the price level where the mouse pointer was at the time of clicking the <code>LMB/RMB</code>.</td><td></td></tr><tr><td>Actions on the ASK side Market Order (mouse)</td><td><code>LMB/RMB + sell/buy</code> </td><td>A market (by market) order is sent, depending on what the user has chosen (sale or purchase) when clicking on the ASK side (the click is carried out at any price in the ASK, but the order is executed at the best price in the spread).</td><td></td></tr><tr><td>Actions on the BID side Limit Order (mouse)</td><td><code>LMB/RMB</code></td><td>When clicking on the <code>LMB/RMB</code> in any area of <mark style="color:green;">Bid</mark> orders (buyers), a limit order for <mark style="background-color:green;">Buy</mark> is placed at the price level where the mouse pointer was at the time of clicking the <code>LMB/RMB</code>.</td><td></td></tr><tr><td>Actions on the BID side Market Order (mouse)</td><td><code>LMB/RMB + sell/buy</code> </td><td>A market (by market) order is sent, depending on what the user has chosen (sale or purchase) when clicking on the BID side (the click is carried out at any price in the BID, but the order is executed at the best price in the spread).</td><td></td></tr><tr><td>Send sell market order</td><td>- </td><td>An order is being sent to the market at the best BID price</td><td></td></tr><tr><td>Send buy market order</td><td>+</td><td>An order is being sent to the market at the best ASK price</td><td></td></tr><tr><td>Send buy limit order (best BID)</td><td>UP</td><td>Sending a buy limit order with the best BID price</td><td></td></tr><tr><td>Send sell limit order (best ASK)</td><td>DOWN</td><td>Sending a sell limit order with the best ASK price</td><td></td></tr><tr><td>SL or TP order</td><td><code>Alt+RMB</code></td><td>SL or TP is set according to the logic of placing orders.</td><td></td></tr><tr><td>Cancel all order</td><td><code>F</code></td><td>Cancel <strong>all</strong> submitted order</td><td></td></tr><tr><td>Cancel selected order</td><td><code>Z+LMB</code></td><td>Cancel of one order</td><td></td></tr><tr><td>Stop market buy order</td><td><code>X+LMB</code></td><td>A Stop-Market buy order is placed</td><td></td></tr><tr><td>Stop market sell order</td><td><code>X+LMB</code></td><td>A Stop-Market sell order is placed</td><td></td></tr><tr><td>Stop limit buy order</td><td><code>V+LMB</code></td><td>A Stop-Limit buy order is placed</td><td></td></tr><tr><td>Stop limit sell order</td><td><code>V+RMB</code></td><td>A Stop-Limit sell order is placed</td><td></td></tr><tr><td>Close positions on the market</td><td><code>A</code></td><td>Close all open positions at the market price</td><td></td></tr><tr><td>Reverse position</td><td><code>G</code></td><td>Closes the current market position and opens the opposite one with the same volume</td><td></td></tr><tr><td>Scroll to spread</td><td><code>Space</code></td><td>Returns the spread to the center of the screen</td><td></td></tr></tbody></table>


---

# 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://1ex.gitbook.io/1ex-smart-dom/settings/hotkeys.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.
