> For the complete documentation index, see [llms.txt](https://1ex.gitbook.io/1ex-smart-dom/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://1ex.gitbook.io/1ex-smart-dom/trading/hotkeys.md).

# Hotkeys

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

![](/files/lJZWfnOuc8ky8SoU6fAC)

2. In the window that opens, you can see possible hotkey combinations

![](/files/BjYoRiFSUUcQRQwRtKHr)

**Description**&#x20;

The Smart DOM terminal offers a wide range of hotkeys for opening transactions and orders placement. The terminal allows you to establish your own hotkeys. To do this, the user has access to mouse buttons and keyboard keys, including Shift, Ctrl, Alt and F1 to F12.

{% hint style="warning" %}
Using the same keys for different functions is not allowed.
{% endhint %}

{% hint style="warning" %}
After a possible re-setting the hotkeys you must click the Apply button. This implies the activation of the new hotkeys and changes.
{% endhint %}

**Purpose of the hotkeys:**

<table><thead><tr><th>Action</th><th width="132.33333333333331">Combination</th><th>Description</th><th data-hidden></th></tr></thead><tbody><tr><td>Buy limit order</td><td>ЛКМ</td><td><p>A buy limit order is placed. </p><p>Click on the link in the articles, </p><p>Tender Applications (buyers). A buy limit order is placed correspondingly to the sequential price for the mouse pointer at the moment of clicking the ЛКМ.</p><p>Click on ЛКМ in any area Ask for Вids (sellers). The buy market transaction occurs.</p></td><td></td></tr><tr><td>Sell limit order</td><td>ПКМ</td><td><p>A sell limit order is placed.</p><p>When you right-click in any area of ​​the Bid Orders (buyers), a sell transaction occurs.</p><p>When you right-click in the Ask Orders (sellers) area, a sell limit order will be placed at the price level correspondingly to the mouse pointer at the time moment of click.</p></td><td></td></tr><tr><td>Market buy order</td><td>Shift+ЛКМ</td><td>A market buy order is placed</td><td></td></tr><tr><td>Market sell order</td><td>Shift+ПКМ</td><td>A market sell order is placed</td><td></td></tr><tr><td>SL or TP order</td><td>Alt+ПКМ</td><td>SL or TP is set according to the logic of the orders placement</td><td></td></tr><tr><td>Cancel order</td><td>Z+ЛКМ</td><td>Cancel of an orders</td><td></td></tr><tr><td>Buy limit order (the best Bid)</td><td>Up</td><td>Buy limit order (correspondingly to the best Bid price) is placed</td><td></td></tr><tr><td>Sell limit order (best Ask)</td><td>Down</td><td>Sell limit order (correspondingly to the best Ask price) is placed</td><td></td></tr><tr><td>Stop-market buy order</td><td>X+ЛКМ</td><td>Stop-market buy order is placed</td><td></td></tr><tr><td>Stop-market sell order</td><td>X+ПКМ</td><td>Stop-market sell order is placed</td><td></td></tr><tr><td>Stop-limit buy order</td><td>V+ЛКМ</td><td>Stop-limit buy order is placed</td><td></td></tr><tr><td>Stop-limit sell order</td><td>V+ПКМ</td><td>Stop-limit sell order is placed</td><td></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://1ex.gitbook.io/1ex-smart-dom/trading/hotkeys.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
