# 常用快捷鍵

## Termux常用快捷鍵

`Ctrl`鍵是終端使用者常用的按鍵 – 但大多數觸控鍵盤都沒有這個按鍵。為此，Termux使用`音量減小按鈕`來模擬`Ctrl`鍵。 \
例如，在觸控鍵盤上按`音量減小`+ `L`傳送與在硬體鍵盤上按`Ctrl + L`相同的輸入。

* `Ctrl+A` -> 將游標移動到行首
* `Ctrl+C` -> 中止當前程序
* `Ctrl+D` -> 登出終端會話
* `Ctrl+E` -> 將游標移動到行尾
* `Ctrl+K` -> 從游標刪除到行尾
* `Ctrl+L` -> 清除終端
* `Ctrl+Z` -> 掛起（傳送SIGTSTP到）當前程序

`音量加鍵`也可以作為產生特定輸入的`特殊鍵`.

* `音量加+E` -> Esc鍵
* `音量加+T` -> Tab鍵
* `音量加+1` -> F1（和音量增加+ 2→F2等）
* `音量加+0` -> F10
* `音量加+B` -> Alt + B，使用readline時返回一個單詞
* `音量加+F` -> Alt + F，使用readline時轉發一個單詞
* `音量加+X` -> Alt+X
* `音量加+W` -> 向上箭頭鍵
* `音量加+A` -> 向左箭頭鍵
* `音量加+S` -> 向下箭頭鍵
* `音量加+D` -> 向右箭頭鍵
* `音量加+L` -> | （管道字元）
* `音量加+H` -> 〜（波浪號字元）
* `音量加+U` -> \_ (下劃線字元)
* `音量加+P` -> 上一頁
* `音量加+N` -> 下一頁
* `音量加+.` -> Ctrl + \（SIGQUIT）
* `音量加+V` -> 顯示音量控制
* `音量加+Q` -> 顯示額外的按鍵檢視


---

# 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://kawsing.gitbook.io/opensystem/andoid-shou-ji/termux/chang-yong-kuai-jie-jian.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.
