> For the complete documentation index, see [llms.txt](https://tiks-organization.gitbook.io/d.u.k/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tiks-organization.gitbook.io/d.u.k/kaip-uzsideti-norimus-keybinds.md).

# Kaip užsidėti norimus keybinds?

Norėdami priskirti norimas klavišų kombinacijas (keybinds) žaidime, kai esate prisijungę prie serverio, atlikite šiuos veiksmus:

1. **Eikite į:** *Nustatymai → Keybinds → FiveM.*
2. **Pasirinkite norimą veiksmą.**
3. **Paspauskite klavišą, kurį norite priskirti.**

**Pavyzdys:** galite pakeisti transporto priemonės variklio užvedimą į konkretų klavišą, kad nereikėtų naudoti radialinio meniu.

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

#### **Demands (komandų) priskyrimas klavišui**

Jei norite priskirti „demands“ komandą tam tikram klavišui, atlikite šiuos veiksmus:

1. Paspauskite **F8**, kad atidarytumėte konsolę.
2. Įveskite žemiau pateiktą komandą, pakeisdami norimu klavišu ir tekstu:

{% code overflow="wrap" %}

```
bind keyboard "JŪSŲ PASIRINKTAS KLAVIŠAS" "s VIVA VIVU PASIKELIAM RANKAS ARBA BUS PANAUDOTAS GINKLAS!!!"

```

{% endcode %}

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

Jei norite, kad tekstas būtų spalvotas, pridėkite `^` simbolį su skaičiumi.

**Pavyzdys su spalvomis:**

{% code overflow="wrap" %}

```
bind keyboard "jusu pasirinka raide" "s ^2VIVA VIVU ^5PASIKELIAM RANKAS ARBA BUS PANAUDOTAS GINKLAS!!!"
```

{% endcode %}

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

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

#### **Spalvų kodai:**

* **^1** – <mark style="color:red;">Raudona</mark>
* **^2** – <mark style="color:green;">Žalia</mark>
* **^3** – <mark style="color:yellow;">Geltona</mark>
* **^4** – <mark style="color:blue;">Mėlyna</mark>
* **^5** – <mark style="color:blue;">Šviesiai mėlyna</mark>
* **^6** – <mark style="color:purple;">Violetinė</mark>

#### :x: **Kaip pašalinti priskirtą klavišą?**

Jei norite pašalinti anksčiau nustatytą kombinaciją, įveskite šią komandą į konsolę (F8):

{% code overflow="wrap" %}

```
unbind keyboard "UŽBINDINTAS KLAVIŠAS"

```

{% endcode %}

\
\ <br>

\ <br>


---

# 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://tiks-organization.gitbook.io/d.u.k/kaip-uzsideti-norimus-keybinds.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.
