> For the complete documentation index, see [llms.txt](https://learncanva.arduinokit.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learncanva.arduinokit.vn/phim-tat-trong-canva/phan-1-20-phim-tat-trong-canva.md).

# Phần 1: 20 phím tắt trong Canva

#### **Phím tắt nhóm đối tượng**

* **Ctrl + G:** Chọn các đối tượng cần nhóm lại với nhau, xong nhấn tổ hợp phím Ctrl + G.
* **Ctrl + Shift + G:** Quay lại trạng thái ban đầu.

#### Phím tắt lấy Text nhanh và các thuộc tính

* Nhấn phím **T** trên bàn phím để lấy Text nhanh
* **Ctrl + Shift + L:** Canh lề chữ về phía bên trái
* **Ctrl + Shift + R:** Canh lề chữ về phía bên phải
* **Ctrl + Shift + C:** Canh chữ vào giữa trung tâm
* **Ctrl + B:** Tô đậm chữ
* **Ctrl + I:** In nghiêng chữ
* **Ctrl + Shift + K:** In hoa toàn bộ chữ

#### Sao chép và nhân đối tượng

* **Ctrl + D:** Sao chép nhanh đối tượng
* **Ctrl + C, Ctrl + V:** Sao chép đối tượng và dán đối tượng
* **Giữ phím Alt + Nhấn vào đối tượng và kéo**:
* **Ctrl + Alt + C:** Sao chép phông chữ của đối tượng
* **Ctrl + Alt + V:** Dán phông chữ của đối tượng vừa sao chép

#### Di chuyển đối tượng

* **Ctrl + Shift + Nhấn vào đối tượng:** Di chuyển đối tượng theo chiều ngang
* **<- -> :** Di chuyển đối tượng với kích thước 1 px
* **Shift + <- -> :** Di chuyển đối tượng với kích thước 10 px
* **ESC:** Bỏ chọn đối tượng

#### **Lấy hình khối:**

* **C:** Lấy hình tròn

#### Thêm liên kết vào đối tượng

* **Ctrl + K:** Thêm liên kết vào đối tượng


---

# 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://learncanva.arduinokit.vn/phim-tat-trong-canva/phan-1-20-phim-tat-trong-canva.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.
